mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2025-03-01 08:33:04 +08:00
4 lines
59 B
Makefile
4 lines
59 B
Makefile
|
.PHONY: install
|
||
|
|
||
|
install:
|
||
|
pip3 install -r requirements.txt
|