# Installation ## Prerequisites BlockingPy requires Python 3.10 or later. Before installation, you may need to install the MLPack library: ```bash # For Linux sudo apt-get install -y libmlpack-dev # For MacOS brew install mlpack ``` ## Installing with pip Now you can run the following: ```bash pip install blockingpy