readme: latest dev version was pointing to bitbucket

This commit is contained in:
Sergey Shepelev
2016-12-12 01:58:51 +03:00
parent 351093573e
commit f190122026

View File

@@ -30,13 +30,11 @@ Getting Eventlet
The easiest way to get Eventlet is to use pip::
pip install eventlet
pip install -U eventlet
The development `tip`_ is available as well::
To install latest development verson once::
pip install 'eventlet==dev'
.. _tip: http://bitbucket.org/eventlet/eventlet/get/tip.zip#egg=eventlet-dev
pip install -U https://github.com/eventlet/eventlet/archive/master.zip
Building the Docs Locally