Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Setup and Installation

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ΒΆ

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 napari

A napari window similar to the one below should open. If it does, your environment is ready for the workshop!

Loading...