use pip for 'make install' (#7628)

This commit is contained in:
Mike Fährmann
2025-06-08 19:19:59 +02:00
parent 827eeca0bc
commit cc48cddf68

View File

@@ -13,7 +13,7 @@ clean:
$(RM) -r data/
install: man completion
$(PYTHON) setup.py install
$(PYTHON) -m pip install gallery_dl
release: man completion supportedsites
scripts/release.sh