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
```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