mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
Update README.md
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# How to install
|
# How to install
|
||||||
|
|
||||||
## Setting up your virtual environment
|
## Setting up your virtual environment
|
||||||
|
|
||||||
### Creating virtual environment
|
### Creating virtual environment
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
|
|
||||||
@@ -12,7 +10,6 @@ python -m venv venv
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
## Setting up the database
|
## Setting up the database
|
||||||
|
|
||||||
### Initialize database
|
### Initialize database
|
||||||
flask --app app.py db init
|
flask --app app.py db init
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user