Skip to content

Commit

Permalink
Merge pull request #717 from ajinkya-kulkarni/patch-2
Browse files Browse the repository at this point in the history
Fixed calling `cellpose[gui]`
  • Loading branch information
carsen-stringer committed May 24, 2023
2 parents fcb01e5 + 342629d commit 7f2108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct
3. Create a new environment with `conda create --name cellpose python=3.8`. We recommend python 3.8, but python 3.9 and 3.10 will likely work as well.
4. To activate this new environment, run `conda activate cellpose`
5. To install the minimal version of cellpose, run `python -m pip install cellpose`.
6. To install cellpose and the GUI, run `python -m pip install cellpose[gui]`. If you're on a zsh server, you may need to use ' ' around the cellpose[gui] call: `python -m pip install 'cellpose[gui]'.
6. To install cellpose and the GUI, run `python -m pip install cellpose[gui]`. If you're on a zsh server, you may need to use ' ' around the cellpose[gui] call: `python -m pip install 'cellpose[gui]'`.

To upgrade cellpose (package [here](https://pypi.org/project/cellpose/)), run the following in the environment:

Expand Down

0 comments on commit 7f2108e

Please sign in to comment.