The used python version is 3.7. Run the following command to install the dependencies locally,
pip install -r ./requirements.txt --useror you may install it under a virtual environment like
python -m venv my_venv
source my_venv/bin/activate
pip install -r ./requirements.txtSee here for more details.