$ virtualenv venv --python=python3
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install -e .
To publish a new PyPI release, update the version in setup.py on the master branch and create a new GitHub release. Travis will build and publish a new release on PyPI.