- Python 2.7
- Git and a python extension build environment.
- libffi
- Install virtualenv & wrapper
$ pip install --user virtualenv
$ pip install --user virtualenvwrapper
- Edit your ~/.bashrc or ~/.bash_profile
export PATH="${HOME}/.local/bin:${PATH}"
export WORKON_HOME="${HOME}/.virtualenvs"
source ${HOME}/.local/bin/virtualenvwrapper.sh
- Make an environment
$ mkvirtualenv round
- Just install
$ pip install round
- Just install
$ pip install round
TODO
Heroku introduces some complexities around libsodium (PyNaCl), the cryptography library round
uses.
- Include the following in your
requirements.txt
.
round