create virtual environment for flask code example
Example: how to create a virtual enviorment with flask
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)