Install Python 3 - see gist.
Create virtual environment.
e.g. in the repo root.
$ python3 -m venv venv $ source venv/bin/activate
Install packages into the virtual environment.
$ make install $ make install-dev