Make outputs/ dir in init
This commit is contained in:
parent
52cb45847a
commit
aefa2d13d9
1
init
1
init
|
@ -32,6 +32,7 @@ commands=(
|
||||||
"python3 -m venv $SCRIPT_DIR/.venv"
|
"python3 -m venv $SCRIPT_DIR/.venv"
|
||||||
"source .venv/bin/activate"
|
"source .venv/bin/activate"
|
||||||
"pip3 install -r requirements.txt"
|
"pip3 install -r requirements.txt"
|
||||||
|
"mkdir $SCRIPT_DIR/outputs"
|
||||||
)
|
)
|
||||||
|
|
||||||
for com in "${commands[@]}"; do
|
for com in "${commands[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue