diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-02 10:12:34 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-02 10:12:34 -0800 |
commit | 84d5c6bfe37e8a7f0fdc1832f326c5cc762ed3e7 (patch) | |
tree | bd272e2bf23559c62f390a299415479b16126c36 /docs | |
parent | 2f54b2ba8953a309d35516d45634aeaa3ae03e14 (diff) | |
download | cryptography-84d5c6bfe37e8a7f0fdc1832f326c5cc762ed3e7.tar.gz cryptography-84d5c6bfe37e8a7f0fdc1832f326c5cc762ed3e7.tar.bz2 cryptography-84d5c6bfe37e8a7f0fdc1832f326c5cc762ed3e7.zip |
Only put a single top level header in this page
Diffstat (limited to 'docs')
-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 |