Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Devel docs say install using requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jul 18, 2015
1 parent 6c49f3a commit 9c66383
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ Follow
for instructions on setting environment variables.

You will need some extra dependencies installed for development.
If you are using Anaconda (and you should) run::
If you are using Anaconda (and you should) run the following from the
repository base directory::

conda install cython sphinx nose
conda install --file test/requirements-conda.txt

and::

pip install coverage pep8 sphinx-rtd-theme
pip install -r test/requirements-pip.txt

You will also need `make <http://www.gnu.org/software/make/>`__, which usually
comes with GNU/Linux by default. On windows, you can get it through
Expand Down

0 comments on commit 9c66383

Please sign in to comment.