Skip to content

Commit

Permalink
Add Create Logs Directory to Install Script (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoSempere authored Jun 15, 2023
1 parent 19f405b commit 0d9f3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

mkdir -p logs

echo "Installation complete!"

0 comments on commit 0d9f3c6

Please sign in to comment.