File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ Install an [Anaconda](https://www.anaconda.com/download/) distribution of Python
29292 . Open an anaconda prompt / command prompt with ` conda ` for ** python 3** in the path
30303 . Change directories to where the ` environment.yml ` is and run ` conda env create -f environment.yml `
31314 . 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
3435If you have an older ` suite2p ` environment you can remove it with ` conda env remove -n suite2p ` before creating a new one.
3536
You can’t perform that action at this time.
0 commit comments