Skip to content

Commit

Permalink
add conda info
Browse files Browse the repository at this point in the history
  • Loading branch information
pr4deepr committed Jan 31, 2025
1 parent 811dcd5 commit 752cf6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Recommended Installation

We recommend the installation of [Miniconda](https://docs.anaconda.com/miniconda/install/) as is a minimal version of Anaconda Distribution.

??? Tip
If you can [install `mamba` in your environment](https://stackoverflow.com/a/76765625), 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:


```bash
conda create -n napari-lattice -c conda-forge "python==3.10" uv pycudadecon "numpy<2"
```
Expand Down

0 comments on commit 752cf6b

Please sign in to comment.