use pip for 'make install' (#7628)
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ clean:
|
|||||||
$(RM) -r data/
|
$(RM) -r data/
|
||||||
|
|
||||||
install: man completion
|
install: man completion
|
||||||
$(PYTHON) setup.py install
|
$(PYTHON) -m pip install gallery_dl
|
||||||
|
|
||||||
release: man completion supportedsites
|
release: man completion supportedsites
|
||||||
scripts/release.sh
|
scripts/release.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user