6 lines
66 B
Makefile
6 lines
66 B
Makefile
|
|
install:
|
||
|
|
pip install -r requirements.txt
|
||
|
|
|
||
|
|
run:
|
||
|
|
python app.py
|