Run following commands in vs console window:
py -m venv .venv
.venv\scripts\activate
pip install -r requirements.txt
flask run
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run following commands in vs console window:
py -m venv .venv
.venv\scripts\activate
pip install -r requirements.txt
flask run