$ pip install Flask
python -3 -m venv venv
$ python -m venv flask_env
$ mkdir myproject $ cd myproject $ python3 -m venv venv
$ . venv/bin/activate