diff --git a/init b/init index e9bcca2..203fda0 100755 --- a/init +++ b/init @@ -32,6 +32,7 @@ commands=( "python3 -m venv $SCRIPT_DIR/.venv" "source .venv/bin/activate" "pip3 install -r requirements.txt" + "mkdir $SCRIPT_DIR/outputs" ) for com in "${commands[@]}"; do