# Installation ## The easy way Install the pre-compiled version from GitHub: ```bash $ pip install schemist ``` ## From source Clone the [repository](https://www.github.com/schemist), then `cd` into it. Then run: ```bash pip install -e . ```