- Install python3
brew install python
- Install pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py ; python get-pip.py
Run make setup_env
to create your python environment ( you might need to run with sudo )
Run make spec
to run the tests.
Run make dev
to run the server locally.