Installation
Install the released package from PyPI:
pip install accelerator-commissioning
For development, install the project from a local checkout:
pip install -e .[test,doc]
The documentation dependencies are defined in the doc optional dependency
group in pyproject.toml.