docs: simplify cryptography installation on Windows (#909)

As suggested here https://github.com/airbnb/caravel/issues/717#issuecomment-232741865
and confirmed there
https://cryptography.io/en/latest/installation/#on-windows
cryptography now ships a statically linked openssl.

Still am not sure we want to make installation on Windows easier :)
This commit is contained in:
Riccardo Magliocchetti 2016-08-10 17:14:42 +02:00 committed by Maxime Beauchemin
parent d6bb8c6935
commit 5a937f1d0b
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ that the required dependencies are installed: ::
**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: ::
C:\> \path\to\vcvarsall.bat x86_amd64
C:\> set LIB=C:\OpenSSL-1.0.1f-64bit\lib;%LIB%
C:\> set INCLUDE=C:\OpenSSL-1.0.1f-64bit\include;%INCLUDE%
C:\> pip install cryptography
# You may also have to create C:\Temp