mirror of https://github.com/tqdm/tqdm.git
slightly more specific egg syntax
This commit is contained in:
parent
7f81f8f64b
commit
01667314e2
|
@ -25,7 +25,7 @@ version is much more visually appealing.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# newer, faster, prettier, stable version
|
# newer, faster, prettier, stable version
|
||||||
pip install -e git+https://github.com/tqdm/tqdm.git#egg=tqdm
|
pip install -e git+https://github.com/tqdm/tqdm.git@master#egg=tqdm-2.0
|
||||||
# or (old version on pypi)
|
# or (old version on pypi)
|
||||||
pip install tqdm
|
pip install tqdm
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue