Setup project python -m venv env source env/bin/activate pip install -r requirements.txt How to run the app ./script.sh EMAIL_USER="iiitresearchpage@gmail.com" EMAIL_PASS='iiit@$#@!' FLASK_APP=iiit_research FLASK_ENV=development flask run