Installation
mobts requires Python 3.10 or later.
Install the latest release from PyPI:
pip install mobts
This will also install its required dependencies (pandas, numpy, statsmodels, scikit-learn, matplotlib) if they aren’t already present.
Verifying the installation
import mobts
print(mobts.__version__)