Instructions
mkdir flaskEx; cd flasEx
python3 -m venv flaskEnviron # Creating a Python environment
pip3 install flask
Edit .bashrc file and add flask Path to PATH environment variable
Update PATH variable : you can close and open the terminal
Enviroment for Flask is created! Now you can create your own applications