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
diff --git a/docs/installation.rst b/docs/installation.rst
index 330817c..2c60208 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -40,11 +40,12 @@
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