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