diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-07-04 11:21:52 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-07-04 11:22:41 -0500 |
commit | 47e1b6047efb72aab1fb9296dfd566f59440b752 (patch) | |
tree | a32f611a96eb7efbaf6718b75e3c20082452404c /docs/installation.rst | |
parent | 451c8df727db86da8a65af9a559889bfa38182be (diff) | |
download | cryptography-47e1b6047efb72aab1fb9296dfd566f59440b752.tar.gz cryptography-47e1b6047efb72aab1fb9296dfd566f59440b752.tar.bz2 cryptography-47e1b6047efb72aab1fb9296dfd566f59440b752.zip |
add some more detail.
Diffstat (limited to 'docs/installation.rst')
-rw-r--r-- | docs/installation.rst | 4 |
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 |