retouche du readme.rst
This commit is contained in:
parent
990cc158f8
commit
7d0dd7920a
@ -85,4 +85,4 @@ if __name__ == "__main__":
|
||||
vdm = VDM()
|
||||
lstAllVDM = vdm.get()
|
||||
for i, vdm in enumerate(lstAllVDM):
|
||||
print(str(i)+" : "+vdm)</pre></section><section id="available-gui"><header><h2>Available GUI</h2></header><p><strong>VDM API</strong> include four display mode :</p><ul><li><p><strong>i3</strong> : this GUI use dmenu for display the list of VDM</p></li><li><p><strong>tkinter</strong> : this use tkinter native interface</p></li><li><p><strong>kivy</strong> : use kivy library</p></li><li><p><strong>console</strong> : this last mode display the list of VDM in plain text mode</p></li></ul></section></body></html>
|
||||
print(str(i)+" : "+vdm)</pre></section><section id="available-gui"><header><h2>Available GUI</h2></header><p><strong>VDM API</strong> include four display mode :</p><ul><li><p><strong>i3</strong> : this GUI use dmenu for display the list of VDM</p></li><li><p><strong>tkinter</strong> : this use tkinter native interface</p></li><li><p><strong>kivy</strong> : use kivy library</p></li><li><p><strong>console</strong> : this last mode display the list of VDM in plain text mode</p></li></ul></section><section id="installing"><header><h2>Installing</h2></header><p>For <strong>setup</strong> you could do with this :</p><pre>pip install --no-index --find-links=<pathToDistIncludeIntoGitClone> VDM_API</pre></section></body></html>
|
@ -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=<pathToDistIncludeIntoGitClone> VDM_API
|
||||
|
BIN
dist/VDM API-1.0.tar.gz
vendored
BIN
dist/VDM API-1.0.tar.gz
vendored
Binary file not shown.
BIN
dist/VDM_API-1.0-py2.py3-none-any.whl
vendored
BIN
dist/VDM_API-1.0-py2.py3-none-any.whl
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user