how to install flask and run environment inpython to gitbash code example
Example 1: flask activ environment
. venv/bin/activate
Example 2: flask install venv
python -3 -m venv venv
. venv/bin/activate
python -3 -m venv venv