#!/bin/sh set -e apt-get install python-crypto libssl-dev python-gnupg pip install -U setuptools pip install -U cryptography ipaddress enum34 cffi pynacl git clone https://github.com/warner/python-tweetnacl.git ( cd python-tweetnacl patch -p1 < ../tweetnacl.diff python setup.py build test speed install --record files.txt )