add some more detail.
diff --git a/docs/installation.rst b/docs/installation.rst
index c47e2d1..96e1e8d 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -128,7 +128,9 @@
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