-
Notifications
You must be signed in to change notification settings - Fork 14
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-poetry is being deprecated in the 1.2.0 release #16
Comments
Should be fixed by #17 |
Hi everyone, thanks for the reminder. The installation script will be updated right after Poetry 1.2 will be released. |
@Gr1N - It would be beneficial to have the option to use the new script (or have it auto detect which script to use) prior to release to install the pre-release versions of 1.2. There are features being implemented in 1.2 that can be tested and developed for (e.g. the new plugin system) ahead of the official release. |
@ITProKyle I love that idea, will try to implement it in a few days |
Released in |
get-poetry.py
is incapable of installing 1.2.0a1.setup-poetry/src/find.ts
Line 9 in 1163eff
will need to be updated to the following:
"https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py"
The text was updated successfully, but these errors were encountered: