Installation¶
Via pip¶
pip install tirex-2
Install with additional dependencies:
pip install "tirex-2[examples,fev,gluonts]"
The Python package installation is currently only tested on Linux and macOS. Docker usage (covered in Deployment) additionally supports Windows via Docker Desktop.
Via Pixi¶
Pixi is used for the development and benchmarking environment, to ensure it is set up correctly. Install it with:
curl -fsSL https://pixi.sh/install.sh | sh
Environments (e.g. example-cu128) are defined in
pyproject.toml under
tool.pixi.environments; pick the one matching your CUDA version and use case.
Next steps¶
Continue with the Quickstart for a first forecast.