BlueCast aims to keep dependencies as slim as possible while offering a big portfolio of possibilities, thus installation is fast and easy and fits into most environments.
From PyPI:
pip install bluecast
Using a fresh environment with Python 3.9 or higher is recommended. We consciously do not support Python 3.8 or lower to prevent the usage of outdated Python versions and issues connected to it.
- Clone the repository:
- Create a new conda environment with Python 3.9 or higher
- run
pip install poetry
to install poetry as dependency manager - run
poetry install
to install all dependencies