From e95abd16cd4e800f03344c8705ff5a26d68e90e1 Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 16 Apr 2025 09:04:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 312093d..6c547bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # How to install - ## Setting up your virtual environment - ### Creating virtual environment python -m venv venv @@ -12,7 +10,6 @@ python -m venv venv pip install -r requirements.txt ## Setting up the database - ### Initialize database flask --app app.py db init