Skip to content

Installation

Install from PyPI

With Python >3.10:

pip install aurora-cycler-manager

To update to the latest version:

pip install aurora-cycler-manager --upgrade

E.g. with uv and a virtual environment:

Create virtual environment

Install aurora-cycler-manager

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:

git clone https://github.com/EmpaEconversion/aurora-cycler-manager
cd aurora-cycler-manager
uv sync

For developers

Install editable and with development dependencies:

git clone https://github.com/EmpaEconversion/aurora-cycler-manager
cd aurora-cycler-manager
pip install -e .[dev]