Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation on poetry install is out of date #1354

Open
kbroch-rivosinc opened this issue Dec 18, 2023 · 1 comment
Open

documentation on poetry install is out of date #1354

kbroch-rivosinc opened this issue Dec 18, 2023 · 1 comment

Comments

@kbroch-rivosinc
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants