# Installation `mbi` requires Python>=3.9. You can install `mbi` from PyPI by running: ``` pip install mbi ``` If you are interested in making changes or contributing to `mbi`, you can install it from source in editable mode: ``` git clone https://github.com/ryan112358/mbi.git cd mbi pip install -e ".[dev]" ```