Install and create virtual environment
pip install virtualenv
python -m virtualenv env
from cmd enter the virtual env using the below command
env\Scripts\activate
clone the repo to local
git clone https://github.com/Imran-456/thoughts.git
now install all the required python packages.
pip install -r requirements.txt
now run the app
flask run
or
python app.py