Installation (for windows machine) Clone the repository https://github.com/ayushsubedi/TBC_2021_deploy_flask CD into the cloned directory and create a virtualenv python -m venv env Enable virtualenv .\env\Scripts\activate Install dependency packages from requirements.txt pip install -r requirements.txt Run flask app $env:FLASK_APP="app.py" flask run