Note
Initialize and Activate the virtual environment with the above commands
- Init virtual env
py -3 -m venv .venv- Activate virtual env
. .venv/bin/activateUse the package manager pip to install flask.
pip install flaskflask --app main run| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note
Initialize and Activate the virtual environment with the above commands
py -3 -m venv .venv. .venv/bin/activateUse the package manager pip to install flask.
pip install flaskflask --app main run