aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-01 21:11:08 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-01 21:11:08 -0500
commit044c8ddda48ed43c5da1ae6a4e9e4f838d84495f (patch)
treeea74b54a030881f7f664c00b3ac9d83bb2d2c04e /docs/installation.rst
parentda74298444b38c71fd7c78f7c00f15521807a623 (diff)
downloadcryptography-044c8ddda48ed43c5da1ae6a4e9e4f838d84495f.tar.gz
cryptography-044c8ddda48ed43c5da1ae6a4e9e4f838d84495f.tar.bz2
cryptography-044c8ddda48ed43c5da1ae6a4e9e4f838d84495f.zip
simplify installation docs on OS X now that we have cffi wheels
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index c9cd6dba..fd9a2d77 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -119,13 +119,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 need two steps:
-
-.. code-block:: console
-
- $ xcode-select --install
-
-followed by
+users on 10.10 (Yosemite) and above you only need one step:
.. code-block:: console