#Follow the following steps
#Create virtual environment by using command in terminal "python -m venv .venv"-for windows "virtualenv env"-for mac
#Activate virtual environment ".venv\Scripts\activate"-for windows ".venv\bin\activate"- for mac in terminal
#Install necessary packages type "pip install -r requirements.txt" in terminal
#Running the program type "python app.py" in terminal and follow the link http://127.0.0.1:5000