Commit 0d4b613f by Sébastien Eustace

Update docs

parent 09c18da4
...@@ -46,25 +46,23 @@ python get-poetry.py --uninstall ...@@ -46,25 +46,23 @@ python get-poetry.py --uninstall
POETRY_UNINSTALL=1 python get-poetry.py POETRY_UNINSTALL=1 python get-poetry.py
``` ```
!!!note If you want to install prerelease versions, you can do so by passing `--preview` to `get-poetry.py`
or by using the `POETRY_PREVIEW` environment variable:
Alternatively, you can download the `get-poetry.py` file and execute it separately.
If you want to install prerelease versions, you can do so by passing `--preview` to `get-poetry.py` ```bash
or by using the `POETRY_PREVIEW` environement variable: python get-poetry.py --preview
POETRY_PREVIEW=1 python get-poetry.py
```
```bash Similarly, if you want to install a specific version, you can use `--version` or the `POETRY_VERSION`
python get-poetry.py --preview environment variable:
POETRY_PREVIEW=1 python get-poetry.py
```
Similarly, if you want to install a specific version, you can use `--version` or the `POETRY_VERSION` ```bash
environment variable: python get-poetry.py --version 0.12.0
POETRY_VERSION=0.12.0 python get-poetry.py
```
```bash !!!note
python get-poetry.py --version 0.12.0
POETRY_VERSION=0.12.0 python get-poetry.py
```
Note that the installer does not support Poetry releases < 0.12.0. Note that the installer does not support Poetry releases < 0.12.0.
......
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