Skip to content

Instantly share code, notes, and snippets.

@chriskief
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriskief/6e772c63f4bf135ad0c7 to your computer and use it in GitHub Desktop.
Save chriskief/6e772c63f4bf135ad0c7 to your computer and use it in GitHub Desktop.
# 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