Skip to content

Commit

Permalink
Make UV the default
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Nov 18, 2024
1 parent 2b37a19 commit ede4ff0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Installation

It is advisable but not required that you install Napari Lattice packages inside a conda environment.
This is because conda makes it much easier to install system complex dependencies.
## Recommended Installation

To install the core package, which includes the Python library and command line interface:
First, create a new conda environment:

```bash
pip install lls-core
conda create -n napari-lattice -c conda-forge 'python==3.11.*' uv pycudadecon
```

To install the Napari plugin:
Then use `uv` to quickly install the Napari Lattice suite:

```bash
pip install napari-lattice
uv pip install lls-core napari-lattice napari-aicsimageio pyqt5
```

## Faster Installation using `uv`
Expand Down

0 comments on commit ede4ff0

Please sign in to comment.