Assuming a virtual environment is already created an activated as described in the README:
python3 -m pip install pip-tools
pip-compile --resolver=backtrackingThis will make sure the requirements.txt file is up-to-date. Update the repo if it has any changes.