Prechádzať zdrojové kódy

Update instructions for running buildout

JC Brand 6 rokov pred
rodič
commit
db41111787
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      docs/source/documentation.rst

+ 4 - 2
docs/source/documentation.rst

@@ -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