FLASK INSTALLER VENV
python -3 -m venv venv
Homely Hawk
python -3 -m venv venv
pip install flask
Or If The Problem is "pip" not Found Use :
py -m pip install flask
. venv/bin/activate
py -3 -m venv venv