-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
get/install-poetry.py - confusing installation instructions #4598
Comments
I see, that the "master" version of documentation already contains proposed change. However, for version 1.1 it shows the older instruction. It would be great to have it changed for 1.1 too. |
Hello @vlcinsky, the infobox you are citing includes the link to the description of fin swimmer |
@finswimmer go to https://python-poetry.org/docs/ which shows doc for poetry version 1.1 (not for "master"). There is "install-poetry.py" mention in the infobox, but there is no url on this text and the
On "master" version the instruction is correct but taking into account that default page goes to version "1.1", things are confusing. |
The word "here" is linking to the documentation of |
I couldn't get While it's good practice to use the most current software version, nothing in the current docs suggests that using the old version ( |
In general there's nothing wrong with using |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
User trying to install poetry using current documentation might have following experience:
Installation contains infobox:
Following osx / linux / bashonwindows install instructions show only url to download an run
get-poetry.py
Running
get-poetry.py
prints "this installation script is obsolete".Beside that, with poetry 1.1.1 I had an issue with "ModuleCannotBeFound" for cleo module.
Proposal - add or change the link to
install-poetry.py
Taking into account, that even obsolete
get-poetry.py
script installs the version higher than 1.1.7, it would be better to change the instruction to useinstall-poetry.py
instead.Change it to:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
It saves the "obsolete" message and to me it worked better.
The text was updated successfully, but these errors were encountered: