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 Miniconda as is a minimal version of Anaconda Distribution.
Tip
If you can install mamba
in your environment, the conda installation commands will be much faster. Once configured correctly, just replace conda
with mamba
in the commands below.
First, create a new conda environment:
Info
We include pycudadecon
to enable GPU accelerated deconvolution.
Activate that environment:
Then use uv
to quickly install the napari-lattice suite using the following 2 commands:
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: