aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-01-01 11:03:04 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-01-01 11:03:04 -0500
commitd9c7eeba36a80bfaafaa463ce2cc1bb7f6b9d52a (patch)
treec1d6cb2c1a64a561b02d0855430e7b2aac9e480f /docs
parent86d108ea96ad10b0fea3465f366c2506574a85df (diff)
parentb29f4646c3d51b9001ecaecd7a8bc882a3d91e55 (diff)
downloadcryptography-d9c7eeba36a80bfaafaa463ce2cc1bb7f6b9d52a.tar.gz
cryptography-d9c7eeba36a80bfaafaa463ce2cc1bb7f6b9d52a.tar.bz2
cryptography-d9c7eeba36a80bfaafaa463ce2cc1bb7f6b9d52a.zip
Merge pull request #2616 from reaperhulk/docs-accurate-osx
make the os x install docs more accurate
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index c74efd62..f9d2261a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -184,7 +184,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
@@ -193,8 +193,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 OS X 10.9+)
+open a terminal window and run:
.. code-block:: console