How to install this specs ========================= Create a virtualenv and activate it:: $ virtualenv py27 $ source py27/bin/activate (py27) $ Install Sphinx:: (py27) $ pip install sphinx Download sources:: (py27) $ svn co https://ulif@svn.waeup.org/repos/main/eko-disco-specs (py27) $ cd eko-disco-specs Create docs as HTML:: (py27) $ make html Results can be found in local ``_build`` dir.