Add justfile

This commit is contained in:
George Kaklamanos 2023-06-10 19:29:21 +03:00
parent 5fdc71e46f
commit b564d130ff

5
justfile Executable file
View file

@ -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}}