From 5a937f1d0b16f6c29900650dbb3a463583d89958 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 10 Aug 2016 17:14:42 +0200 Subject: [PATCH] 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 :) --- docs/installation.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index b42356e98..a6e71d2d4 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 `_, 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