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 16d9662 commit 9ab1543Copy full SHA for 9ab1543
doc/source/developer_guide/pypi.rst
@@ -111,7 +111,7 @@ To manually test the installation on new environment,
111
create a copy of the basic development environment using the
112
`environment_dev.yml <https://github.com/pySTEPS/pysteps/blob/master/environment_dev.yml>`_
113
file in the root folder of the pysteps project::
114
- conda create -f environment_dev.yml -n pysteps_test
+ conda env create -f environment_dev.yml -n pysteps_test
115
116
Then we activate the environment::
117
0 commit comments