Add justfile
This commit is contained in:
parent
5fdc71e46f
commit
b564d130ff
1 changed files with 5 additions and 0 deletions
5
justfile
Executable file
5
justfile
Executable 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}}
|
Loading…
Add table
Add a link
Reference in a new issue