Update to reflect new version of cryptography (#3748)

update to 1.9

I have built and pip installed with latest cryptography.
This commit is contained in:
Stephanie Rivera 2017-11-02 14:51:17 -06:00 committed by Maxime Beauchemin
parent f3c7052f30
commit 7fd9c82ae8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ that the required dependencies are installed: ::
**OSX**, system python is not recommended. brew's python also ships with pip ::
brew install pkg-config libffi openssl python
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==1.7.2
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography==1.9
**Windows** isn't officially supported at this point, but if you want to
attempt it, download `get-pip.py <https://bootstrap.pypa.io/get-pip.py>`_, and run ``python get-pip.py`` which may need admin access. Then run the following: ::