#!/usr/bin/env sh command -v poetry; EXIT_CODE=$? if [ "$EXIT_CODE" != "0" ]; then python -m pip install poetry fi poetry install