Commit 57aaca13 authored by Denis Bilenko's avatar Denis Bilenko

Merge pull request #290 from mikemccabe/patch-1

Remove -e from suggested pip install line
parents 1ae515f6 abbf7a3f
......@@ -34,11 +34,11 @@ installing from github
To install latest release candidate:
pip install cython -e git://github.com/surfly/gevent.git@1.0rc2#egg=gevent
pip install cython git+git://github.com/surfly/gevent.git@1.0rc2#egg=gevent
To install latest development version:
pip install cython -e git://github.com/surfly/gevent.git#egg=gevent
pip install cython git+git://github.com/surfly/gevent.git#egg=gevent
running tests
......
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