- [ ] Figure out how to install environment from scratch - [x] install pip-tools using `pip` and `requriements.txt` - [x] Stop editable from breaking the `pip install -c requriements.txt` - [x] Stop extras from breaking the `pip install -c requriements.txt` - [x] Handle caching large wheel download - [x] Handle precompiling our own wheels - [x] Add +local to our own version number _after_ making a wheel (#504) - [ ] Implement and integrate the above