# first ensure you've got libffi installed | |
# macports | |
port install libffi | |
# homebrew | |
brew install libffi | |
# ubuntu | |
apt-get install libffi-dev | |
# this will install pyOpenSSL along with these others: | |
# cryptography cffi six pycparser | |
# if you encounter the 'flat namespace' error while installing cryptography, see this blog post: | |
# http://chriskief.com/2014/03/25/installing-cryptography-via-pip-with-macports-or-homebrew/ | |
pip install pyOpenSSL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment