Rev | Line | |
---|
[10584] | 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 specs as HTML:: |
---|
| 20 | |
---|
| 21 | (py27) $ make html |
---|
| 22 | |
---|
| 23 | Create specs as PDF:: |
---|
| 24 | |
---|
| 25 | (py27) $ make latexpdf |
---|
| 26 | |
---|
| 27 | Results can be found in local ``_build`` dir. |
---|
Note: See
TracBrowser for help on using the repository browser.