5 lines
70 B
Makefile
5 lines
70 B
Makefile
install:
|
|
pip install -r requirements.txt
|
|
|
|
run:
|
|
python3 "src/main.py"
|