Commit db411117 authored by JC Brand's avatar JC Brand

Update instructions for running buildout

parent 7ec6a057
...@@ -40,9 +40,11 @@ installed. ...@@ -40,9 +40,11 @@ installed.
We use `zc.buildout <http://www.buildout.org/en/latest/>`_ to install Sphinx We use `zc.buildout <http://www.buildout.org/en/latest/>`_ to install Sphinx
and the theme. and the theme.
To install Sphinx, do the following:: To install Sphinx, do the following inside the Converse repo::
python bootstrap.py virtualenv .
source bin/activate
pip install -r requirements.txt
./bin/buildout ./bin/buildout
Generate the HTML Generate the HTML
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment