diff --git a/README.html b/README.html index 056fd1d..a6b410b 100644 --- a/README.html +++ b/README.html @@ -85,4 +85,4 @@ if __name__ == "__main__": vdm = VDM() lstAllVDM = vdm.get() for i, vdm in enumerate(lstAllVDM): - print(str(i)+" : "+vdm)

Available GUI

VDM API include four display mode :

\ No newline at end of file + print(str(i)+" : "+vdm)

Available GUI

VDM API include four display mode :

Installing

For setup you could do with this :

pip install --no-index --find-links=<pathToDistIncludeIntoGitClone> VDM_API
\ No newline at end of file diff --git a/README.rst b/README.rst index 0e87f24..9d97cb2 100644 --- a/README.rst +++ b/README.rst @@ -28,3 +28,11 @@ Available GUI - **tkinter** : this use tkinter native interface - **kivy** : use kivy library - **console** : this last mode display the list of VDM in plain text mode + +Installing +========== + +For **setup** you could do with this : +:: + + pip install --no-index --find-links= VDM_API diff --git a/dist/VDM API-1.0.tar.gz b/dist/VDM API-1.0.tar.gz index 8584c89..56f25f5 100644 Binary files a/dist/VDM API-1.0.tar.gz and b/dist/VDM API-1.0.tar.gz differ diff --git a/dist/VDM_API-1.0-py2.py3-none-any.whl b/dist/VDM_API-1.0-py2.py3-none-any.whl index 01a0182..7c04ce4 100644 Binary files a/dist/VDM_API-1.0-py2.py3-none-any.whl and b/dist/VDM_API-1.0-py2.py3-none-any.whl differ