Skip to content

Commit 240471c

Browse files
committed
included dependencies
1 parent ce5cdb3 commit 240471c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ Now you can install `napari-tmidas` via [pip]:
5151

5252
pip install napari-tmidas
5353

54-
To install the latest development version:
54+
It is recommended to install the latest development version:
5555

5656
pip install git+https://github.com/macromeer/napari-tmidas.git
5757

5858
### Dependencies
5959

60-
For the Batch Crop Anything pipeline, we need to install MobileSAM and its dependencies:
61-
62-
pip install git+https://github.com/ChaoningZhang/MobileSAM.git
60+
All Python dependencies are included in the pyproject.toml.
6361

6462
If you want to batch compress images using [Zstandard](https://github.com/facebook/zstd), use the package manager of your operating system to install it:
6563

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies = [
4343
"torchvision",
4444
"timm",
4545
"opencv-python",
46+
"mobilesam @ git+https://github.com/ChaoningZhang/MobileSAM.git"
4647
]
4748

4849
[project.optional-dependencies]

0 commit comments

Comments
 (0)