Click on the image below to view the demo video:
https://python-poetry.org/docs/#installing-with-pipx
poetry install
poetry run dev
poetry add <package-name>
poetry add -D <package-name>
[tool.poetry.scripts] # find this section
dev = "quicktype.main:dev" # add a new line here, where dev is the name of the command and quicktype.main:dev is the path to the function