6 lines
96 B
Makefile
6 lines
96 B
Makefile
|
install:
|
||
|
pip install -r requirements.txt
|
||
|
|
||
|
run:
|
||
|
FRITZ_PASSWORD=$$FRITZ_PASSWORD python main.py
|