Skip to content

Commit 9ab1543

Browse files
authored
Fix the conda command for creating an environment
1 parent 16d9662 commit 9ab1543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/developer_guide/pypi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To manually test the installation on new environment,
111111
create a copy of the basic development environment using the
112112
`environment_dev.yml <https://github.com/pySTEPS/pysteps/blob/master/environment_dev.yml>`_
113113
file in the root folder of the pysteps project::
114-
conda create -f environment_dev.yml -n pysteps_test
114+
conda env create -f environment_dev.yml -n pysteps_test
115115

116116
Then we activate the environment::
117117

0 commit comments

Comments
 (0)