Skip to content

Instantly share code, notes, and snippets.

@matiskay
Created February 25, 2016 14:32
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 matiskay/b5c47cf7f97dc1814c42 to your computer and use it in GitHub Desktop.
Save matiskay/b5c47cf7f97dc1814c42 to your computer and use it in GitHub Desktop.
Install cryptography in MAXOSX 10.11
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment