From a8fc6f32a5b9c8a5d055524a47c32ffa22530dcf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 23 Jan 2014 10:48:16 -0600 Subject: Document where to get OpenSSL on windows --- docs/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index e17b4f9f..1100445f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,12 @@ You can install ``cryptography`` with ``pip``: $ pip install cryptography +.. note:: + + If you're on Windows you'll need to make sure you have OpenSSL installed. + There are `pre-compiled binaries`_ available. + + Why a new crypto library for Python? ------------------------------------ @@ -81,3 +87,6 @@ The ``cryptography`` open source project doing-a-release changelog community + + +.. _`pre-compiled binaries`: http://slproweb.com/products/Win32OpenSSL.html -- cgit v1.2.3 From e7651def41eb46053a7c5bc257ac146dc70b5025 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 23 Jan 2014 11:34:35 -0600 Subject: Link the official page --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 1100445f..a1cebc30 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -89,4 +89,4 @@ The ``cryptography`` open source project community -.. _`pre-compiled binaries`: http://slproweb.com/products/Win32OpenSSL.html +.. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html -- cgit v1.2.3