Follow these steps to set up and run the project:
-
Navigate to your project directory in the terminal.
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows
.\venv\Scripts\activate
-
On Unix or MacOS
source venv/bin/activate
-
-
Install the required packages:
pip install -r requirements.txt
-
When you're done working in the virtual environment for the moment, you can deactivate it:
deactivate
-
Run the app:
python app.py