From 01667314e2e3abf461f3ef32ed727fb63cbfa86d Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Tue, 14 Jul 2015 09:26:46 +0100 Subject: [PATCH] slightly more specific egg syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5d3f61..2a12b7b6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ version is much more visually appealing. ```sh # newer, faster, prettier, stable version -pip install -e git+https://github.com/tqdm/tqdm.git#egg=tqdm +pip install -e git+https://github.com/tqdm/tqdm.git@master#egg=tqdm-2.0 # or (old version on pypi) pip install tqdm ```