This page walks you through setting up your environment for the napari express π
workshop. We recommend using a Python environment managed with uv or pixi.
PrerequisitesΒΆ
Git for cloning the repository (can also use a git GUI like GitHub Desktop)
either uv or pixi for environment management and running scripts.
SetupΒΆ
Choose your preferred method (uv or pixi):
uv
pixi
Install uv with a single command, then:
git clone https://github.com/napari/workshops.git
cd workshops
uv sync --group express
uv run napariInstall pixi with a single command, then:
git clone https://github.com/napari/workshops.git
cd workshops
pixi run -e express napariA napari window similar to the one below should open. If it does, your environment is ready for the workshop!
Loading...