- First download flask
pip install flask
- If using windows open git bash. Use the following commands
export FLASK_APP=app.py
export FLASK_ENV=development
flask run
- Now when you make any changes you do not have to re enter the flask run command. You can simply referesh the webpage to implement the changes.