Skip to content

Installation

Prerequisites

Ensure you have Python 3.10+ and pip installed on your system.

For the latest stable release:

pip install spinplots

Install from Source

To get the most up-to-date development version:

pip install git+https://github.com/nuts-org/spinplots

All dependencies listed in the pyproject.toml file will be installed automatically.

Verify Installation

To verify that the package has been installed successfully, open a Python console and run:

import spinplots
print(spinplots.__version__)

If no errors occur, the installation was successful.