Created
February 25, 2016 14:32
-
-
Save matiskay/b5c47cf7f97dc1814c42 to your computer and use it in GitHub Desktop.
Install cryptography in MAXOSX 10.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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