slightly more specific egg syntax

This commit is contained in:
Casper da Costa-Luis 2015-07-14 09:26:46 +01:00 committed by Casper da Costa-Luis
parent 7f81f8f64b
commit 01667314e2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ version is much more visually appealing.
```sh
# 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)
pip install tqdm
```