git clone https://github.com/stonezhong/firebird.git # then enters the example home directory cd firebird/examples/getting-started/
mkdir .venv python3 -m venv .venv source .venv/bin/activate pip install pip setuptools --upgrade pip install wheel pip install pyfirebird
docker network create -d bridge streaming