aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorNick Badger <Badg@users.noreply.github.com>2016-09-03 10:10:36 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-09-03 12:10:36 -0500
commit63bbf18e62ac2a6e5a92843a3040dad378284ac7 (patch)
tree1aa513159f01a059b63e8fdd9da1a7aad0234d7a /docs/installation.rst
parentadaf3b0021ee88f3721196df9b123e24e08f2857 (diff)
downloadcryptography-63bbf18e62ac2a6e5a92843a3040dad378284ac7.tar.gz
cryptography-63bbf18e62ac2a6e5a92843a3040dad378284ac7.tar.bz2
cryptography-63bbf18e62ac2a6e5a92843a3040dad378284ac7.zip
Clarified Windows development installation and docd upstream enchant bug (#3128)
* Clarified Windows development installation and doc'd upstream enchant bug * Fixed whitespace problems * Fixed merge resolution mistake
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 330817c7..2c602086 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -40,11 +40,12 @@ OpenSSL releases:
OpenSSL 1.0.0 is no longer supported by the OpenSSL project. Cryptography
will drop support for it in the next release.
-On Windows
-----------
+Building cryptography on Windows
+--------------------------------
The wheel package on Windows is a statically linked build (as of 0.5) so all
-dependencies are included. Just run
+dependencies are included. To install ``cryptography``, you will typically
+just run
.. code-block:: console