mirror of https://github.com/tqdm/tqdm.git
Update readme to reflect unfortunate pypi status
This commit is contained in:
parent
39e814b2d6
commit
eca7c4378d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue