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