https://python-poetry.org/docs/#installing-with-the-official-installer
# Install dependencies
$ poetry install
# Start poetry venv (required for poe)
$ poetry shell
# Format code
$ poe format
# Lint code
$ poe lint
# Build and install wheel in the venv
$ poe prepare