File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,13 @@ To install (and activate) a `conda environment`_ named ``notebook_docs``
175175containing 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
You can’t perform that action at this time.
0 commit comments