Skip to content

Commit c99d0d5

Browse files
authored
Update README with pip installation instructions
Added installation instructions for pip.
1 parent 9fc0ef6 commit c99d0d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ This is a Python port of the original Fast4DReg Fiji Plugin, with added rotation
5151
You can install `napari-fast4dreg` via [pip]:
5252

5353
```bash
54+
# full install
5455
pip install napari-fast4dreg
56+
57+
# api-only access (i.e. HPC)
58+
pip install napari-fast4dreg[api-only]
5559
```
5660

5761
### Recommended: Using Conda/Mamba

0 commit comments

Comments
 (0)