py -3 -m venv venv
$ export FLASK_ENV=development $ flask run (On Windows you need to use 'set' instead of 'export'.)