Installation

Requirements

spinanalysis requires Python 3.13 or newer. uv or pip is required to install the package.

Installation Commands

The following commands cover the common installation use cases:

uv

pip

User

uv add spinanalysis

pip install spinanalysis

Developer

uv sync --dev

pip install -e .