retouche du readme.rst

Cette révision appartient à :
antoine 2016-07-20 18:38:50 +02:00
Parent 990cc158f8
révision 7d0dd7920a
4 fichiers modifiés avec 9 ajouts et 1 suppressions

Voir le fichier

@ -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=&lt;pathToDistIncludeIntoGitClone&gt; VDM_API</pre></section></body></html>

Voir le fichier

@ -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

Fichier binaire non affiché.

Fichier binaire non affiché.