-
Notifications
You must be signed in to change notification settings - Fork 0
Instruction
Sirapob PHASUT edited this page May 10, 2024
·
4 revisions
-
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. -
check for pip installation:
python -m pip --version
pip (the Python package manager) is necessary for installing required packages.
-
Install required package :
pip install -r requirements.txt
This command installs all the necessary packages listed in the requirements.txt file. -
Run the main module :
python main.py