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