See Document
- Python 3.12.4 on Windows OS
Before running the program, install the required dependencies using pip:
pip install -r requirements.txt
Make sure you're in the same directory as the requirements.txt file.
If you're using Python 3, use:
pip3 install -r requirements.txt
To run the program, use the following command:
python filename.py
Replace filename.py with the actual name of your Python file.
If you're using Python 3 specifically, you may need to run:
python3 filename.py