Skip to content

Commit

Permalink
docs: simplify cryptography installation on Windows (#909)
Browse files Browse the repository at this point in the history
As suggested here #717 (comment)
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 :)
  • Loading branch information
xrmx authored and mistercrunch committed Aug 10, 2016
1 parent d6bb8c6 commit 5a937f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a937f1

Please sign in to comment.