Skip to content

Instantly share code, notes, and snippets.

@willingc
Last active February 20, 2025 06:43
Show Gist options
  • Save willingc/3df413a1755da3e90fe84f4cdf35dee7 to your computer and use it in GitHub Desktop.
Save willingc/3df413a1755da3e90fe84f4cdf35dee7 to your computer and use it in GitHub Desktop.
Installing napari development environment using uv

Installation

Prerequistes

  1. Install uv.
  2. Clone the napari repo.

Set up virtual environment

uv venv

source .venv/bin/activate

Install dependencies

uv pip install -e '.[pyqt6,dev]'

uv pip install -e '.[optional]'

Build napari

uv build

Run napari

uv run napari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment