diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-02 10:29:33 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-02 10:29:33 -0800 |
commit | 7cbdf01af18d361ab4deb6793897b866495461e8 (patch) | |
tree | bd272e2bf23559c62f390a299415479b16126c36 /docs/installation.rst | |
parent | 2f54b2ba8953a309d35516d45634aeaa3ae03e14 (diff) | |
parent | 84d5c6bfe37e8a7f0fdc1832f326c5cc762ed3e7 (diff) | |
download | cryptography-7cbdf01af18d361ab4deb6793897b866495461e8.tar.gz cryptography-7cbdf01af18d361ab4deb6793897b866495461e8.tar.bz2 cryptography-7cbdf01af18d361ab4deb6793897b866495461e8.zip |
Merge pull request #546 from alex/cleanup-index
Only put a single top level header in this page
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 2206107e..7e7348e2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,5 +1,5 @@ -Installing -========== +Installation +============ You can install ``cryptography`` with ``pip``: @@ -7,10 +7,9 @@ You can install ``cryptography`` with ``pip``: $ pip install cryptography -Installation Notes -================== On Windows ---------- + 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 the ``LIB`` and ``INCLUDE`` environment variables |