Before you can run this project, you need to ensure your system meets the following requirements:
This project requires Python 3.7 or higher. If you do not have Python installed, download and install it from the Python website.
Pip is the package manager for Python and is used to install the project's dependencies. It is typically installed with Python. To check if pip is installed:
# Linux/Mac
python3 -m pip --version
# Windows
py -m pip install --upgrade pip
If pip is not (or you are unsure), follow the installation instructions.
To set up the project environment and install the required packages, follow these steps:
- Clone the repository:
git clone [repository-url]
cd [repository-directory]
- Install the required packages:
pip3 install -r requirements.txt
# Linux / Mac
python3 .\app.py
# Windows
py .\app.py