aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installation.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index c47e2d1d..96e1e8de 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -128,7 +128,9 @@ build.
Building cryptography on OS X
-----------------------------
-To install the Xcode command line tools on OS X open a terminal window and run:
+Building cryptography requires the presence of a C compiler and development
+headers. On OS X this is typically provided by Apple's Xcode development tools.
+To install the Xcode command line tools on open a terminal window and run:
.. code-block:: console