clone the repo.
create a virtual env using the following command:
python -m venv venv
activate the virtual env using the following command:
source venv/bin/activate
then install the dependencies using the following command:
pip install -r requirements.txt