Skip to content

Commit 6cfa66e

Browse files
authored
Merge pull request #4764 from hdtee1/patch-1
Update CONTRIBUTING.rst
2 parents 70d74d2 + 9daeffb commit 6cfa66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ To install (and activate) a `conda environment`_ named ``notebook_docs``
175175
containing all the necessary packages (except pandoc), use::
176176

177177
conda env create -f docs/environment.yml
178-
source activate notebook_docs # Linux and OS X
178+
conda activate notebook_docs # Linux and OS X
179179
activate notebook_docs # Windows
180180

181181
.. _conda environment:
182182
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
183183

184-
If you want to install the necessary packages with ``pip`` instead::
184+
If you want to install the necessary packages with ``pip``, use the following instead::
185185

186186
pip install -r docs/doc-requirements.txt
187187

0 commit comments

Comments
 (0)