From f190122026463b28c587760c04b4d306ba61430e Mon Sep 17 00:00:00 2001 From: Sergey Shepelev Date: Mon, 12 Dec 2016 01:58:51 +0300 Subject: [PATCH] readme: latest dev version was pointing to bitbucket --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 07da665..77cf76f 100644 --- a/README.rst +++ b/README.rst @@ -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