Skip to content

Instantly share code, notes, and snippets.

#FEDORA
$ sudo dnf install openssl-devel libffi-devel
env/bin/pip install cryptography
env/bin/pip install pyOpenSSL ndg-httpsclient pyasn1
# UBUNTU
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev