make deps
This commit is contained in:
parent
74ccfec742
commit
b6761c2824
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -3,6 +3,9 @@ clean:
|
|||
rm -rf .mypy_cache/
|
||||
rm -f lyrics.txt input
|
||||
|
||||
deps:
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
run:
|
||||
chmod +x ./autoytdlp.sh
|
||||
./autoytdlp.sh
|
||||
|
|
Reference in a new issue