Commit 6b72100b authored by Matt Iversen's avatar Matt Iversen Committed by Matthew Iversen

Demonstrate how to install gevent 1.1rc* with pip

parent 8e354f07
......@@ -24,12 +24,18 @@ gevent is licensed under MIT license.
Get gevent
==========
Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_ extension
(Python 3.5 has preliminary support). Or install PyPy 4.0.1 or above
Gevent runs on Python >= 2.6, Python >= 3.3, or PyPy >= 4.0.1
(but not PyPy3) (*Note*: PyPy is not supported in Windows). On all
platforms, installing setuptools is recommended (this is done
automatically if working in a virtual environment).
While gevent v1.1 is not yet released, it has release candidates which are
currently considered quite stable, with many bugfixes over v1.0.
v1.1 is also necessary if you are running OS X 10.11.
To install one of these release candidates, you can run::
pip install --pre gevent
Download the latest release from `Python Package Index`_ or clone `the repository`_.
Read the documentation online at http://www.gevent.org
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment