Installation
Spinfinity requires Python 3.10 or newer.
For local use, install the package from the project root:
pip install -e .
To build the documentation locally, install the optional documentation dependencies
pip install .[docs]
Then start the documentation server with:
mkdocs serve