Skip to content

Instantly share code, notes, and snippets.

@oogali
Created July 20, 2016 12:52
Show Gist options
  • Save oogali/542e2d151efee2d36fcc9dbc59253864 to your computer and use it in GitHub Desktop.
Save oogali/542e2d151efee2d36fcc9dbc59253864 to your computer and use it in GitHub Desktop.
Install cryptography on OS X via pip w/openssl via homebrew
CFLAGS="-I/usr/local/opt/openssl/include" \
LDFLAGS="-L/usr/local/opt/openssl/lib" \
pip install cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment