Skip to content

Commit

Permalink
Clarify conda environments for new contributors (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Nov 20, 2019
1 parent 7466be6 commit 6b70107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ We'll now kick off a two-step process:
.. code-block:: none
# Create and activate the build environment
conda env create -f ci/requirements/py36.yml
# This is for Linux and MacOS. On Windows, use py37-windows.yml instead.
conda env create -f ci/requirements/py37.yml
conda activate xarray-tests
# or with older versions of Anaconda:
Expand Down

0 comments on commit 6b70107

Please sign in to comment.