Commit 061e4fe8 by Bartosz Sokorski Committed by GitHub

Remove deprecated installation script (#8059)

Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
parent b17b0820
...@@ -46,13 +46,8 @@ The script can be executed directly (i.e. 'curl python') or downloaded and then ...@@ -46,13 +46,8 @@ The script can be executed directly (i.e. 'curl python') or downloaded and then
(e.g. in a CI environment). (e.g. in a CI environment).
{{% warning %}} {{% warning %}}
The `get-poetry.py` installer has been deprecated and removed. If you installed The `install-poetry.py` installer has been deprecated and removed from the Poetry repository.
Poetry using `get-poetry.py`, please uninstall (as documented in the relevant Please migrate from the in-tree version to the standalone version described above.
step below), and then follow these installation instructions.
The previous `install-poetry.py` script as included in the Poetry repository
is deprecated and frozen. Please migrate to the standalone version described
above, as the in-tree version is [scheduled to be removed](https://github.com/python-poetry/poetry/issues/6676).
{{% /warning %}} {{% /warning %}}
**Linux, macOS, Windows (WSL)** **Linux, macOS, Windows (WSL)**
...@@ -92,7 +87,7 @@ If you wish to change this, you may define the `$POETRY_HOME` environment variab ...@@ -92,7 +87,7 @@ If you wish to change this, you may define the `$POETRY_HOME` environment variab
curl -sSL https://install.python-poetry.org | POETRY_HOME=/etc/poetry python3 - curl -sSL https://install.python-poetry.org | POETRY_HOME=/etc/poetry python3 -
``` ```
If you want to install prerelease versions, you can do so by passing `--preview` option to `install-poetry.py` If you want to install prerelease versions, you can do so by passing the `--preview` option to the installation script
or by using the `$POETRY_PREVIEW` environment variable: or by using the `$POETRY_PREVIEW` environment variable:
```bash ```bash
......
...@@ -119,8 +119,6 @@ ignore = [ ...@@ -119,8 +119,6 @@ ignore = [
] ]
extend-exclude = [ extend-exclude = [
"docs/*", "docs/*",
# Frozen and not subject to change in this repo
"install-poetry.py",
# External to the project's coding standards # External to the project's coding standards
"tests/**/fixtures/*", "tests/**/fixtures/*",
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment