From a17d590b8f16e43ac4917a04de7a2b44902d096f Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 20 Mar 2016 22:29:17 -0400 Subject: add a note on the install page about pip versioning on OS X and update the pip version needed to get wheels --- docs/installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/installation.rst b/docs/installation.rst index 38dc4863..cb876b8f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -183,8 +183,13 @@ dependencies. Building cryptography on OS X ----------------------------- +.. note:: + + If installation gives a ``fatal error: 'openssl/aes.h' file not found`` + see the :doc:`FAQ ` for information about how to fix this issue. + The wheel package on OS X is a statically linked build (as of 1.0.1) so for -users with pip 1.5 or above you only need one step: +users with pip 8 or above you only need one step: .. code-block:: console -- cgit v1.2.3