Skip to content

Commit c57b20f

Browse files
Update README.md
1 parent 512bede commit c57b20f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Install an [Anaconda](https://www.anaconda.com/download/) distribution of Python
2929
2. Open an anaconda prompt / command prompt with `conda` for **python 3** in the path
3030
3. Change directories to where the `environment.yml` is and run `conda env create -f environment.yml`
3131
4. To activate this new environment, run `conda activate suite2p`
32-
5. You should see `(suite2p)` on the left side of the terminal line. Now run `python -m suite2p` and you're all set.
32+
5. You should see `(suite2p)` on the left side of the terminal line. Now run `pip install suite2p --upgrade`.
33+
6. Now run `python -m suite2p` and you're all set.
3334

3435
If you have an older `suite2p` environment you can remove it with `conda env remove -n suite2p` before creating a new one.
3536

0 commit comments

Comments
 (0)