Skip to content

Commit

Permalink
Remove deprecated installation script (#8059)
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
  • Loading branch information
Secrus and radoering committed Jun 3, 2023
1 parent b17b082 commit 061e4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 922 deletions.
11 changes: 3 additions & 8 deletions docs/_index.md
Expand Up @@ -46,13 +46,8 @@ The script can be executed directly (i.e. 'curl python') or downloaded and then
(e.g. in a CI environment).

{{% warning %}}
The `get-poetry.py` installer has been deprecated and removed. If you installed
Poetry using `get-poetry.py`, please uninstall (as documented in the relevant
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).
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.
{{% /warning %}}

**Linux, macOS, Windows (WSL)**
Expand Down Expand Up @@ -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 -
```

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:

```bash
Expand Down

0 comments on commit 061e4fe

Please sign in to comment.