1.3. Installation¶
All napari plugins are available via https://github.com/fractal-napari-plugins-collection.
Minimal requirements:
Operating System |
Python |
---|---|
Windows, Linux, MacOS |
v3.7 and later |
The plugins can be installed via pip…
pip install git+https://github.com/fractal-napari-plugins-collection/<napari-plugin>.git
… or by using git manually:
git clone https://github.com/fractal-napari-plugins-collection/<napari-plugin>
cd <napari-plugin>
pip install .