#!/usr/bin/env bash
# start by removing pycrypto and cryptography
pip uninstall -y cryptography
pip uninstall -y pycrypto
./runme.sh
# now just pycrypto
pip install --user pycrypto
# now just cryptography
pip install --user cryptography
# now both