We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ee23f commit 0e3089cCopy full SHA for 0e3089c
doc/contributing.rst
@@ -152,10 +152,10 @@ We'll now kick off a two-step process:
152
153
# Create and activate the build environment
154
conda env create -f ci/requirements/py36.yml
155
- conda activate test_env
+ conda activate xarray-tests
156
157
# or with older versions of Anaconda:
158
- source activate test_env
+ source activate xarray-tests
159
160
# Build and install xarray
161
pip install -e .
0 commit comments