diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-20 23:47:57 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-03-20 23:47:57 -0400 |
commit | 2e820e2a9c43be843a31db10900f19f735b28232 (patch) | |
tree | db3d85574e25f5383e30dc12bfa0f0a5d5d64e2a | |
parent | 1a6628e55126ec1c98c98a46c04f777f77eff934 (diff) | |
parent | a17d590b8f16e43ac4917a04de7a2b44902d096f (diff) | |
download | cryptography-2e820e2a9c43be843a31db10900f19f735b28232.tar.gz cryptography-2e820e2a9c43be843a31db10900f19f735b28232.tar.bz2 cryptography-2e820e2a9c43be843a31db10900f19f735b28232.zip |
Merge pull request #2843 from reaperhulk/pip-version-warning
add a note on the install page about pip versioning on OS X
-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 |