Below you can find a simple guide how to install all required python dependencies:
python3 -m venv venv
. venv/bin/activepip install -U pip wheel pip-tools
pip install -r requirements.txtmkdir -p bin/data/db
docker-compose up mongodbcd uaber-api
uvicorn main:app --reloaddocker-compose up --build