- Install Docker and uv
- Create a virtual environment and activate it:
uv venv --python 3.11
source .venv/bin/activate- Install dependencies:
make install-python-dependencies-dev- Start the Docker daemon
- Run unit tests:
make test-python-unituv venv --python 3.11
source .venv/bin/activatemake install-python-dependencies-devmake test-python-unit