In a new directory on your machine, copy the link in github. Open the console inside de directory and issue the command
git clone <link>
You can now open the project with you favorite IDE Ensure that you have a version of python greater or equal than 3.9
Then open a console in the IDE (either on your machine or the venv depending on your IDE) For pycharm it would be venv !
Then perform the following commands to install all tge packages
pip install -r requirements.txt
or if it does not work
py -m pip install -r requirements.txt
finally launch the project from the main.py file.
Enjoys guys !