diff options
author | Konstantinos Koukopoulos <koukopoulos@gmail.com> | 2014-01-28 03:43:06 -0800 |
---|---|---|
committer | Konstantinos Koukopoulos <koukopoulos@gmail.com> | 2014-01-28 03:43:06 -0800 |
commit | 8f369b7cf68ae9018c04fea459d8b34587c3c6ed (patch) | |
tree | 17e01b080b9ed843b1515d53064ffcdbb4893c44 | |
parent | 7010df99d7096b8a0555752c51a1bd1e587c28dc (diff) | |
download | cryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.tar.gz cryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.tar.bz2 cryptography-8f369b7cf68ae9018c04fea459d8b34587c3c6ed.zip |
improve previous note on windows build
-rw-r--r-- | docs/index.rst | 3 |
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? |