From 9daeffb668cd9d982201b8f462aebca6d7837121 Mon Sep 17 00:00:00 2001 From: hdtee1 <34691906+hdtee1@users.noreply.github.com> Date: Sat, 13 Jul 2019 07:11:52 -1000 Subject: [PATCH] Update CONTRIBUTING.rst --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c480ecf0a..4a0f8c5c5 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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