Skip to content

Commit 3a70bdd

Browse files
committed
updated installation
1 parent afb50ef commit 3a70bdd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ If you want to use GPU, please follow the pytorch installation instruction [here
4343
For detailed napari installation see [here](https://napari.org/stable/tutorials/fundamentals/installation).
4444

4545
### Installing The Plugin
46-
To install the plugin, first clone the repository:
46+
If you use the conda `env.yml` file, the plugin will be installed automatically. But in case you already have the environment setup,
47+
you can just install the plugin. First clone the repository:
4748
```bash
4849
git clone https://github.com/juglab/napari-sam-labeling-tools
4950
```

env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ dependencies:
2626
- opencv-python==4.8.0.74
2727
- timm
2828
- pynrrd
29+
- git+https://github.com/juglab/napari-sam-labeling-tools.git

0 commit comments

Comments
 (0)