Skip to content

Commit

Permalink
Added conda env note
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Oct 17, 2024
1 parent b2c3756 commit f89da98
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

You can install `napari-stitcher` via pip:

pip install napari-stitcher
```bash
pip install napari-stitcher
```

To install latest development version:

pip install git+https://github.com/multiview-stitcher/napari-stitcher.git
```bash
pip install git+https://github.com/multiview-stitcher/napari-stitcher.git
```

!!! note "Don't have conda installed?"
We recommend using python and `napari-stitcher` within a conda environment. Follow the instructions below to install `conda` on your computer.
Expand Down Expand Up @@ -111,7 +114,15 @@ Select the installation instructions for your operating system and processor fro
4. Once the installation has completed, you can verify it was correctly installed by searching for the "miniforge prompt" in your Start menu.


### Opening napari
## Creating a conda environment

- Create a new conda environment with the necessary packages:

```bash
conda create -n napari-stitcher python=3.10 napari pyqt=5
```

## Opening napari

=== "MacOS/Linux"
1. Open a terminal
Expand Down

0 comments on commit f89da98

Please sign in to comment.