To run this project, follow these steps:
- Open the project directory in a terminal.
- Install
virtualenv
if you haven't already:pip install virtualenv
. - Create a new virtual environment:
virtualenv venv
. - Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Ensure your virtual environment is activated.
- Install the required packages:
pip install -r requirements.txt
.
In the terminal, run python main.py
.