Merge pull request #4764 from hdtee1/patch-1

Update CONTRIBUTING.rst
This commit is contained in:
Paul Ivanov 2019-07-13 12:34:22 -05:00 committed by GitHub
commit 6cfa66eeef
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