diff --git a/justfile b/justfile new file mode 100755 index 0000000..04ac84b --- /dev/null +++ b/justfile @@ -0,0 +1,5 @@ +run +ARGS: + python -m venv ./venv + source ./venv/bin/activate + python -m pip install -r requirements.txt + python ./main.py {{ARGS}}