Clone the Github Repo to get the code.
Ensure that the requirements are installed in a correct way. Please adhere to the guide below:
sudo apt install python3 python3-pip python3-venv
Install Python3
Alternative: Use WSL with Ubuntu and follow commands for Linux.
Create the venv in the parent folder of the cloned repo.
python3 -m venv __NAME__
Activate the venv.
source __NAME__/bin/activate
Create the venv in the parent folder of the cloned repo.
python3 -m venv __NAME__
Activate the venv.
.\__NAME__\Scripts\activate
Navigate into the project folder.
Install requirements using:
pip install -r requirements.txt