Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 300 Bytes

gevent.md

File metadata and controls

19 lines (13 loc) · 300 Bytes

gevent

Instructions

To install gevent

pip install gevent --no-binary :all:

If gevent is in requirements.txt

pip install -r requirements.txt
pip uninstall gevent
pip install gevent --no-binary :all:

Source: gevent/gevent#791 (comment)