Installation¶
Install from PyPI¶
With Python >3.10:
To update to the latest version:
E.g. with uv and a virtual environment:


Alternate - install from source¶
You can also clone the repo and install with:
git clone https://github.com/EmpaEconversion/aurora-cycler-manager
cd aurora-cycler-manager
pip install .
Or using uv:
For developers¶
Install editable and with development dependencies: