mirror of https://github.com/tqdm/tqdm.git
Merge branch 'master' into flexibility-tweaks
Conflicts: tqdm/_tqdm.py
This commit is contained in:
commit
d86d0b1a48
|
@ -24,9 +24,10 @@ version is much more visually appealing.
|
|||
## Installation
|
||||
|
||||
```sh
|
||||
# newer, faster, prettier, stable version
|
||||
pip install -e git+https://github.com/tqdm/tqdm.git@master#egg=tqdm
|
||||
# or (old version on pypi)
|
||||
pip install tqdm
|
||||
# or
|
||||
pip install -e git+https://github.com/tqdm/tqdm.git#egg=master
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
|
Loading…
Reference in New Issue