Skip to content

Commit 6b70107

Browse files
authored
Clarify conda environments for new contributors (#3551)
1 parent 7466be6 commit 6b70107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/contributing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ We'll now kick off a two-step process:
151151
.. code-block:: none
152152
153153
# Create and activate the build environment
154-
conda env create -f ci/requirements/py36.yml
154+
# This is for Linux and MacOS. On Windows, use py37-windows.yml instead.
155+
conda env create -f ci/requirements/py37.yml
156+
155157
conda activate xarray-tests
156158
157159
# or with older versions of Anaconda:

0 commit comments

Comments
 (0)