mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-12-28 17:51:03 +08:00
fix: pip install from github url
This commit is contained in:
parent
2191ee4918
commit
722bd04920
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -8,6 +8,7 @@ deps: install
|
|||
install:
|
||||
pip install --upgrade pip setuptools
|
||||
pip install -r requirements.txt
|
||||
pip install https://github.com/pyrogram/pyrogram/archive/asyncio.zip
|
||||
|
||||
static_type_check:
|
||||
mypy media_downloader.py --ignore-missing-imports
|
||||
|
|
Loading…
Reference in a new issue