Minor updates to standalone install

Instructions for installing sphinx when needed.

Change-Id: I012f1aad06e72c8ccd9bf1dadaaf96ad8bceb47c
This commit is contained in:
Eric K 2016-03-22 17:48:27 -07:00 committed by Tim Hinrichs
parent 2a9ae60efb
commit cf09349169
1 changed files with 6 additions and 2 deletions

View File

@ -235,14 +235,18 @@ Start congress::
Install test harness::
$ pip install 'tox<1.7'
$ sudo pip install 'tox<1.7'
Run unit tests::
$ tox -epy27
Read the HTML documentation::
Install python-sphinx and the oslosphinx extension if missing.
$ sudo pip install sphinx
$ sudo pip install oslosphinx
Build the docs
$ make docs
Open doc/html/index.html in a browser
Open doc/html/index.html in a browser