mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Update CONTRIBUTING.rst
This commit is contained in:
parent
70d74d21ac
commit
9daeffb668
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user