Skip to content

Commit

Permalink
Merge pull request #2 from JoOkuma/fix-pip
Browse files Browse the repository at this point in the history
Fixes missing quotes on `pip install napari[all]`
  • Loading branch information
JoOkuma authored Jul 31, 2024
2 parents 6b5e874 + 4890599 commit ebb2f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ https://napari.org/stable/plugins/index.html
You can install `napari-segment-anything-2` via [pip]:

pip install git+https://github.com/jookuma/segment-anything-2@no-cc
pip install napari[all] napari-segment-anything-2
pip install "napari[all]" napari-segment-anything-2


To install latest development version :

pip install git+https://github.com/jookuma/segment-anything-2@no-cc
pip install napari[all] git+https://github.com/JoOkuma/napari-segment-anything-2.git
pip install "napari[all]" git+https://github.com/JoOkuma/napari-segment-anything-2.git


## Notes
Expand Down

0 comments on commit ebb2f53

Please sign in to comment.