From 7010df99d7096b8a0555752c51a1bd1e587c28dc Mon Sep 17 00:00:00 2001 From: Konstantinos Koukopoulos Date: Tue, 28 Jan 2014 03:35:25 -0800 Subject: document how to build w/ custom openssl on windows --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a1cebc30..255c9e96 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,8 @@ You can install ``cryptography`` with ``pip``: .. note:: If you're on Windows you'll need to make sure you have OpenSSL installed. - There are `pre-compiled binaries`_ available. + There are `pre-compiled binaries`_ available. If your installation is in + an unusual location ``set LIB=C:\OpenSSL-x.y.z\lib;%LIB%`` before installing. Why a new crypto library for Python? -- cgit v1.2.3