Update doc

This commit is contained in:
rocky
2017-12-02 22:29:33 -05:00
parent eafb32b9a0
commit 34736af561

View File

@@ -75,11 +75,9 @@ This uses setup.py, so it follows the standard Python routine:
::
pip install -e .
pip install -r requirements-dev.txt
pip install -e . # set up to run from source tree
# Or if you want to install instead
python setup.py install # may need sudo
# or if you have pyenv:
python setup.py develop
A GNU makefile is also provided so :code:`make install` (possibly as root or
sudo) will do the steps above.