Installation
This section will guide you through the installation of napari-lattice using conda.
The commands can be copied by clicking the copy
button at the right side of the respective code blocks below.
Recommended Installation
We recommend the installation of Miniforge as it is a minimal version of Anaconda Distribution and includes mamba
, which is faster than conda.
First, create a new conda environment. To do this, you can look for Miniforge Prompt which we will use for running the commands below:
Info
We include pycudadecon
to enable GPU accelerated deconvolution.
Activate that environment:
Then use uv
for installing the napari-lattice suite using the following 2 commands:
Info
Using uv
ensures the installs are fast!
CLI only
If you do not need to use napari, then you can install just the command line interface only, which has all the features
Development Installation
To install the development version of lls-core
, create the napari-lattice
environment as above, but instead of installing from pip in the last step: