Skip to content

Commit ba432a1

Browse files
committed
Update INSTALL to be consistent
1 parent b0fcb4a commit ba432a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Hence the commands change to::
7575
python requirements/gen_conda_requirements.py --groups test docs > conda_requirements.txt
7676
conda create -n my_iris_env --file conda_requirements.txt
7777
conda activate my_iris_env # or whatever other name you gave it
78-
python setup.py develop
78+
pip install -e .
7979

8080
The tests can then be run with
8181

0 commit comments

Comments
 (0)