Installation

Optibess Algorithm is a Python 3.10+ library and can be installed with:

pip install Optibess_algorithm

You can also install the main branch instead of the latest release with:

pip install git+https://github.com/pvstorageoptimization/Optibess_algorithm@master

Alternatively, you can clone the repository and run pip install -e . from inside the repository folder.