aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 20:14:10 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 20:14:10 -0600
commit13e55df1ba1e283141c6e20108bdb21d0b24f3b8 (patch)
treea78e92ad969b29dc33713552ebc3e8b26d3ec6c6 /docs/installation.rst
parent46f4ab064a4cfcaf330e9cb5a037ed44d9a36818 (diff)
downloadcryptography-13e55df1ba1e283141c6e20108bdb21d0b24f3b8.tar.gz
cryptography-13e55df1ba1e283141c6e20108bdb21d0b24f3b8.tar.bz2
cryptography-13e55df1ba1e283141c6e20108bdb21d0b24f3b8.zip
make the os x install docs more accurate
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 16c42d2d..6c250538 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -173,7 +173,7 @@ Building cryptography on OS X
-----------------------------
The wheel package on OS X is a statically linked build (as of 1.0.1) so for
-users on 10.10 (Yosemite) and above you only need one step:
+users with pip 1.5 or above you only need one step:
.. code-block:: console
@@ -182,8 +182,8 @@ users on 10.10 (Yosemite) and above you only need one step:
If you want to build cryptography yourself or are on an older OS X version
cryptography requires the presence of a C compiler, development headers, and
the proper libraries. On OS X much of this is provided by Apple's Xcode
-development tools. To install the Xcode command line tools open a terminal
-window and run:
+development tools. To install the Xcode command line tools (on 10.9+) open a
+terminal window and run:
.. code-block:: console