We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fcb4a commit ba432a1Copy full SHA for ba432a1
1 file changed
INSTALL
@@ -75,7 +75,7 @@ Hence the commands change to::
75
python requirements/gen_conda_requirements.py --groups test docs > conda_requirements.txt
76
conda create -n my_iris_env --file conda_requirements.txt
77
conda activate my_iris_env # or whatever other name you gave it
78
- python setup.py develop
+ pip install -e .
79
80
The tests can then be run with
81
0 commit comments