From db4111178716cda1bb7d1de1dcefa5708040f410 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 17 Dec 2018 10:30:03 +0100 Subject: [PATCH] Update instructions for running buildout --- docs/source/documentation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/documentation.rst b/docs/source/documentation.rst index 962f1ce17..0bcf659c6 100644 --- a/docs/source/documentation.rst +++ b/docs/source/documentation.rst @@ -40,9 +40,11 @@ installed. We use `zc.buildout `_ to install Sphinx 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 Generate the HTML