Update readme to reflect unfortunate pypi status

This commit is contained in:
Casper da Costa-Luis 2015-07-13 11:36:18 +01:00
parent 39e814b2d6
commit eca7c4378d
1 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,10 @@ version is much more visually appealing.
## Installation ## Installation
```sh ```sh
pip install tqdm # newer, faster, prettier, stable version
# or
pip install -e git+https://github.com/tqdm/tqdm.git#egg=master pip install -e git+https://github.com/tqdm/tqdm.git#egg=master
# or (old version on pypi)
pip install tqdm
``` ```
## Documentation ## Documentation