From eca7c4378de61006a3f50648ddcfab9ad2455b12 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 13 Jul 2015 11:36:18 +0100 Subject: [PATCH] Update readme to reflect unfortunate pypi status --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80ae8e78..07bb0202 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ version is much more visually appealing. ## Installation ```sh -pip install tqdm -# or +# newer, faster, prettier, stable version pip install -e git+https://github.com/tqdm/tqdm.git#egg=master +# or (old version on pypi) +pip install tqdm ``` ## Documentation