Cleanup seed.py

This commit is contained in:
2025-04-17 13:44:58 +02:00
parent b299299a34
commit 3b0bc856e9
2 changed files with 4 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ python -m venv venv
### Installing required packages
pip install -r requirements.txt
## Setting up the database
## Setting up the database (in venv)
### Initialize database
flask --app app.py db init