5 lines
144 B
Makefile
Executable file
5 lines
144 B
Makefile
Executable file
run +ARGS:
|
|
python -m venv ./venv
|
|
source ./venv/bin/activate
|
|
python -m pip install -r requirements.txt
|
|
python ./main.py {{ARGS}}
|