https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/quickstart.html#requirements refers to the following: > Install [Poetry](https://python-poetry.org/) by downloading and running [install-poetry.py](https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py): > > python install-poetry.py But that file `install-poetry.py` no longer exists. Poetry team [suggest](https://python-poetry.org/docs/#installation) `pipx install poetry`