Created
July 20, 2016 12:52
-
-
Save oogali/542e2d151efee2d36fcc9dbc59253864 to your computer and use it in GitHub Desktop.
Install cryptography on OS X via pip w/openssl via homebrew
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
| 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