cjolowicz / cookiecutter-hypermodern-python

Hypermodern Python Cookiecutter
http://cookiecutter-hypermodern-python.readthedocs.io/
MIT License
1.81k stars 235 forks source link

documentation on poetry install is out of date #1354

Open kbroch-rivosinc opened 10 months ago

kbroch-rivosinc commented 10 months ago

https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/quickstart.html#requirements

refers to the following:

Install Poetry by downloading and running install-poetry.py:

python install-poetry.py

But that file install-poetry.py no longer exists.

Poetry team suggest pipx install poetry

avibathula commented 6 months ago

I ran into this same issue today.

As per python-poetry.org's installation docs

"The install-poetry.py installer has been deprecated and removed from the Poetry repository. Please migrate from the in-tree version to the standalone version described above."

And as @kbroch-rivosinc pointed out, the suggested mechanism is to use pipx.