aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-04-09 09:19:02 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-04-09 21:19:02 +0800
commite660ffe2e690291649781ceb173e572767a6f0ec (patch)
treeb686dc1011f0b1ccc864eda2268ee7d57c9052b4 /docs/faq.rst
parenta699167bbfa2e7cfdc1818697c184fa18535d6f8 (diff)
downloadcryptography-e660ffe2e690291649781ceb173e572767a6f0ec.tar.gz
cryptography-e660ffe2e690291649781ceb173e572767a6f0ec.tar.bz2
cryptography-e660ffe2e690291649781ceb173e572767a6f0ec.zip
Fixed #3489 -- document that we don't have wheels for pypy (#3496)
* Fixed #3489 -- document that we don't have wheels for pypy * homebrew is a word
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 4a9fd5cd..9706faa7 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -23,6 +23,10 @@ OpenSSL. You're seeing this error because your copy of pip is too old to find
our wheel files. Upgrade your copy of pip with ``pip install -U pip`` and then
try install ``cryptography`` again.
+If you are using PyPy, we do not currently ship ``cryptography`` wheels for
+PyPy. You will need to install your own copy of OpenSSL -- we recommend using
+Homebrew.
+
Starting ``cryptography`` using ``mod_wsgi`` produces an ``InternalError`` during a call in ``_register_osrandom_engine``
-------------------------------------------------------------------------------------------------------------------------