Skip to content

Instruction

Sirapob PHASUT edited this page May 10, 2024 · 4 revisions

Setup

  1. check for python version :
    python --version
    Ensure you have Python version 3.11 or newer installed. If not, install or update Python to meet this requirement.
  2. check for pip installation:
    python -m pip --version
    pip (the Python package manager) is necessary for installing required packages.

How to Run

  1. Install required package : pip install -r requirements.txt
    This command installs all the necessary packages listed in the requirements.txt file.
  2. Run the main module :python main.py

Clone this wiki locally