Skip to content

Commit

Permalink
Merge pull request #979 from ajinkya-kulkarni/patch-3
Browse files Browse the repository at this point in the history
`imagecodecs` no longer compiles with `python 3.8`
  • Loading branch information
carsen-stringer authored Sep 7, 2024
2 parents 25e1ff4 + 7d9361d commit 53cb63b
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 @@ -87,7 +87,7 @@ If you are using a GPU, make sure its drivers and the cuda libraries are correct

1. Install an [Anaconda](https://www.anaconda.com/products/distribution) distribution of Python. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
2. Open an anaconda prompt / command prompt which has `conda` for **python 3** in the path
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.
3. Create a new environment with `conda create --name cellpose python=3.9`. We recommend python 3.9, but python 3.10 will likely work as well.
4. To activate this new environment, run `conda activate cellpose`
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]'`.
6. (option 2) To install cellpose without the GUI, run `python -m pip install cellpose`.
Expand Down

0 comments on commit 53cb63b

Please sign in to comment.