See DESIGN.md
- Load the
.rc
file in your shell. This will install system dependencies (if needed), pyenv, and then the pinned version of Python. - Run
make dev.environ poetry
. This will install development environment dependencies, which includes poetry.
- Run: $ cd dev/pyenv/ $ make docker
- Run
make test-e2e
to run a basic end-to-end test.