Create and activate a virtual environment from the repo root directory:
python3 -m venv .venv
source .venv/bin/activateYour terminal prompt should now show (.venv). Keep this environment active whenever you run any service.
See each service's README for how to configure and run it.