Skip to content

Commit

Permalink
Fixed #3489 -- document that we don't have wheels for pypy (#3496)
Browse files Browse the repository at this point in the history
* Fixed #3489 -- document that we don't have wheels for pypy

* homebrew is a word
  • Loading branch information
alex authored and reaperhulk committed Apr 9, 2017
1 parent a699167 commit e660ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
-------------------------------------------------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fernet
FIPS
Google
hazmat
Homebrew
hostname
indistinguishability
initialisms
Expand Down

0 comments on commit e660ffe

Please sign in to comment.