Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer authored Jan 17, 2020
1 parent 512bede commit c57b20f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Install an [Anaconda](https://www.anaconda.com/download/) distribution of Python
2. Open an anaconda prompt / command prompt with `conda` for **python 3** in the path
3. Change directories to where the `environment.yml` is and run `conda env create -f environment.yml`
4. To activate this new environment, run `conda activate suite2p`
5. You should see `(suite2p)` on the left side of the terminal line. Now run `python -m suite2p` and you're all set.
5. You should see `(suite2p)` on the left side of the terminal line. Now run `pip install suite2p --upgrade`.
6. Now run `python -m suite2p` and you're all set.

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

Expand Down

0 comments on commit c57b20f

Please sign in to comment.