Skip to content

Commit a684ca3

Browse files
authored
Update installation instructions for napari-signal-classifier
Updated installation instructions to recommend mamba-forge, added steps for creating and activating a conda environment and install napari first.
1 parent 4ccebff commit a684ca3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,22 @@ https://napari.org/stable/plugins/index.html
5858

5959
## Installation
6060

61-
You can install `napari-signal-classifier` via [pip]:
61+
You can install `napari-signal-classifier` via [pip]. Follow these steps from a terminal.
6262

63-
pip install napari-signal-classifier
63+
We recommend using `mamba-forge` whenever possible. Click [here](https://github.com/conda-forge/miniforge#mambaforge) to choose the right download option for your OS.
64+
**If you do not use `mamba-forge`, replace the `mamba` term whenever you see it below with `conda`.**
65+
66+
Create a conda environment :
67+
68+
mamba create -n nsc-env napari pyqt python=3.12
69+
70+
Activate the environment :
6471

72+
mamba activate nsc-env
6573

74+
Install `napari-signal-classifier` via [pip] :
75+
76+
pip install napari-signal-classifier
6677

6778
To install latest development version :
6879

0 commit comments

Comments
 (0)