Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 363 Bytes

File metadata and controls

18 lines (10 loc) · 363 Bytes

napari-popdyn

Napari plugin for quantitative population dynamics analysis

You need a package manager, for example Anaconda.

To create the Anaconda environment do:

conda create -n napari-popdyn -c conda-forge python=3.10

Activate the environment:

conda activate napari-popdyn

Then run:

python -m pip install "napari[all]"

And let the fun start.