aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorKonstantinos Koukopoulos <koukopoulos@gmail.com>2014-01-28 03:35:25 -0800
committerKonstantinos Koukopoulos <koukopoulos@gmail.com>2014-01-28 03:35:25 -0800
commit7010df99d7096b8a0555752c51a1bd1e587c28dc (patch)
treebd5226e88b4d205b5fb8944e62c1a5085dbc53d5 /docs/index.rst
parent366ea6b88999fea5c31c178230a657aad6c27ef1 (diff)
downloadcryptography-7010df99d7096b8a0555752c51a1bd1e587c28dc.tar.gz
cryptography-7010df99d7096b8a0555752c51a1bd1e587c28dc.tar.bz2
cryptography-7010df99d7096b8a0555752c51a1bd1e587c28dc.zip
document how to build w/ custom openssl on windows
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 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?