Commit 4dd51f02 authored by Jason Madden's avatar Jason Madden

Merge pull request #724 from gevent/readme-install-with-pip

Demonstrate how to install gevent 1.1rc* with pip
parents c9d347bb e65f8e24
...@@ -24,12 +24,18 @@ gevent is licensed under MIT license. ...@@ -24,12 +24,18 @@ gevent is licensed under MIT license.
Get gevent Get gevent
========== ==========
Install Python 2.6, 2.7, 3.3 or 3.4 along with the greenlet_ extension Gevent runs on Python >= 2.6, Python >= 3.3, or PyPy >= 4.0.1
(Python 3.5 has preliminary support). Or install PyPy 4.0.1 or above
(but not PyPy3) (*Note*: PyPy is not supported in Windows). On all (but not PyPy3) (*Note*: PyPy is not supported in Windows). On all
platforms, installing setuptools is recommended (this is done platforms, installing setuptools is recommended (this is done
automatically if working in a virtual environment). 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`_. Download the latest release from `Python Package Index`_ or clone `the repository`_.
Read the documentation online at http://www.gevent.org 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