Installation guide

Python version supported : 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13

The easiest way to the get the mlboh package in Python is via pip installation

python -m pip install .

The Python installation for developers is executed using the setup script.

python -m pip install --editable . --user