poetry env use /path/to/python312
poetry install
poetry shell
to activate virtual environmentautohooks activate
to activate git hookshost.docker.internal
available from the Aidbox to access the host machinecp .env.example .env
docker-compose up
cp .env.tests.local.example .env.tests.local
AIDBOX_LICENSE_TEST
in .env.tests.local
docker compose -f compose.test-env.yaml build
at the first time and every time once dependencies are updated/added./run_test.sh
docker compose -f compose.test-env.yaml down
Strongly recommended to use ruff and mypy plugins for IDE