From 6b70107ab3063187b663290538c0d5a4107dab6e Mon Sep 17 00:00:00 2001 From: crusaderky Date: Wed, 20 Nov 2019 09:47:56 +0000 Subject: [PATCH] Clarify conda environments for new contributors (#3551) --- doc/contributing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index 028ec47e014..3cd0b3e8868 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -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: