You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct
89
89
2. Open an anaconda prompt / command prompt which has `conda` for **python 3** in the path
90
90
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.
91
91
4. To activate this new environment, run `conda activate cellpose`
92
-
5. To install the minimal version of cellpose, run `python -m pip install cellpose`.
93
-
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]'`.
92
+
5.(option 1) To install cellpose with the GUI, run `python -m pip install cellpose[gui]`. If you're on a zsh server, you may need to use ' ': `python -m pip install 'cellpose[gui]'`.
93
+
6.(option 2) To install cellpose without the GUI, run `python -m pip install cellpose`.
94
94
95
95
To upgrade cellpose (package [here](https://pypi.org/project/cellpose/)), run the following in the environment:
0 commit comments