$ git clone https://github.com/hackersandslackers/python-poetry-tutorial.git $ cd python-poetry-tutorial $ poetry shell $ poetry install $ poetry run Hackers and ...
An example "tutorial" repo that follows https://docs.pylonsproject.org/projects/pyramid/en/latest/tutorials/wiki2/index.html but uses Poetry instead of pip/setuptools ...