retouche du readme.rst

This commit is contained in:
antoine 2016-07-20 18:38:50 +02:00
부모 990cc158f8
커밋 7d0dd7920a
4개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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

파일 보기

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

Binary file not shown.

Binary file not shown.