source: main/eko-disco-specs/trunk/README.rst @ 15529

Last change on this file since 15529 was 10584, checked in by uli, 11 years ago

Add initial docs.

File size: 416 bytes
RevLine 
[10584]1How to install this specs
2=========================
3
4Create a virtualenv and activate it::
5
6  $ virtualenv py27
7  $ source py27/bin/activate
8  (py27) $
9
10Install Sphinx::
11
12  (py27) $ pip install sphinx
13
14Download sources::
15
16  (py27) $ svn co https://ulif@svn.waeup.org/repos/main/eko-disco-specs
17  (py27) $ cd eko-disco-specs
18
19Create docs as HTML::
20
21  (py27) $ make html
22
23Results can be found in local ``_build`` dir.
Note: See TracBrowser for help on using the repository browser.