aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorKonstantinos Koukopoulos <koukopoulos@gmail.com>2014-01-28 03:43:06 -0800
committerKonstantinos Koukopoulos <koukopoulos@gmail.com>2014-01-28 03:43:06 -0800
commit8f369b7cf68ae9018c04fea459d8b34587c3c6ed (patch)
tree17e01b080b9ed843b1515d53064ffcdbb4893c44 /docs/index.rst
parent7010df99d7096b8a0555752c51a1bd1e587c28dc (diff)
downloadcryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.tar.gz
cryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.tar.bz2
cryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.zip
improve previous note on windows build
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
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?