diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-20 22:29:17 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-20 22:29:17 -0400 |
commit | a17d590b8f16e43ac4917a04de7a2b44902d096f (patch) | |
tree | db3d85574e25f5383e30dc12bfa0f0a5d5d64e2a | |
parent | 1a6628e55126ec1c98c98a46c04f777f77eff934 (diff) | |
download | cryptography-a17d590b8f16e43ac4917a04de7a2b44902d096f.tar.gz cryptography-a17d590b8f16e43ac4917a04de7a2b44902d096f.tar.bz2 cryptography-a17d590b8f16e43ac4917a04de7a2b44902d096f.zip |
add a note on the install page about pip versioning on OS X
and update the pip version needed to get wheels
-rw-r--r-- | docs/installation.rst | 7 |
1 files changed, 6 insertions, 1 deletions
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 </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 |