Install Virtualenv:
pip install virtualenv
create a virtual Environment in the terminal / command prompt using the below command:
virtualenv loqua
Activate the Virtual Environment using below command:
loqua\Scripts\activate
Deactivate Virtual Environment:
deactivate
pip install -r requirements.txt
you can start the app on the local server by running the “app.py” file
py app.py
the local server starts on port 5000