Update CONTRIBUTING.rst

This commit is contained in:
hdtee1 2019-07-13 07:11:52 -10:00 committed by GitHub
parent 70d74d21ac
commit 9daeffb668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,13 +175,13 @@ To install (and activate) a `conda environment`_ named ``notebook_docs``
containing all the necessary packages (except pandoc), use::
conda env create -f docs/environment.yml
source activate notebook_docs # Linux and OS X
conda activate notebook_docs # Linux and OS X
activate notebook_docs # Windows
.. _conda environment:
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
If you want to install the necessary packages with ``pip`` instead::
If you want to install the necessary packages with ``pip``, use the following instead::
pip install -r docs/doc-requirements.txt