# Installation ## The easy way Install the pre-compiled version from PyPI: ```bash pip install bioino ``` ## From source Clone the repository, then `cd` into it. Then run: ```bash pip install -e . ```