From 8f369b7cf68ae9018c04fea459d8b34587c3c6ed Mon Sep 17 00:00:00 2001 From: Konstantinos Koukopoulos Date: Tue, 28 Jan 2014 03:43:06 -0800 Subject: improve previous note on windows build --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 255c9e96..48ec0e45 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,8 @@ You can install ``cryptography`` with ``pip``: If you're on Windows you'll need to make sure you have OpenSSL installed. 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. + an unusual location set the ``LIB`` and ``INCLUDE`` environment variables + to include the corresponding locations. Why a new crypto library for Python? -- cgit v1.2.3