Set up a local napari installation

  1. Get your package manager of choice (e.g. miniforge):

https://github.com/conda-forge/miniforge

Download the installer for your platform & follow the instructions. On Windows, you should now have a miniforge terminal you can use. On macOS & Linux, you can use the regular terminal

You need to have enough space on your machine to install those environments. On Windows, make sure to install in a path without spaces.

  1. Set up a new environment
mamba create -n napari-fractal python=3.11
mamba activate napari-fractal
  1. Install napari in your environment
mamba install -c conda-forge napari pyqt

See also napari installation instructions: https://napari.org/stable/tutorials/fundamentals/installation.html#napari-installation

  1. Install napari plugins you may want to work with OME-Zarrs:
pip install napari-ome-zarr
pip install napari-ome-zarr-navigator
pip install napari-feature-visualization
pip install napari-feature-classifier
  1. Launch napari:
napari