# Installation `mobts` requires Python 3.10 or later. Install the latest release from PyPI: ```bash 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 ```python import mobts print(mobts.__version__) ```