Installation¶
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.
Installation for end users¶
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.
Installation for developers¶
Clone the repository:
Create a new conda environment with Python 3.9 or higher
run
pip install poetryto install poetry as dependency managerrun
poetry installto install all dependencies