Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
0d4b613f
Unverified
Commit
0d4b613f
authored
Oct 16, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs
parent
09c18da4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
15 deletions
+13
-15
docs/docs/index.md
+13
-15
No files found.
docs/docs/index.md
View file @
0d4b613f
...
...
@@ -46,25 +46,23 @@ python get-poetry.py --uninstall
POETRY_UNINSTALL
=
1 python get-poetry.py
```
!!!note
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`
or by using the
`POETRY_PREVIEW`
environment variable:
If you want to install prerelease versions, you can do so by passing `--preview` to `get-poetry.py`
or by using the `POETRY_PREVIEW` environement variable:
```
bash
python get-poetry.py
--preview
POETRY_PREVIEW
=
1 python get-poetry.py
```
```bash
python get-poetry.py --preview
POETRY_PREVIEW=1 python get-poetry.py
```
Similarly, if you want to install a specific version, you can use
`--version`
or the
`POETRY_VERSION`
environment variable:
Similarly, if you want to install a specific version, you can use `--version` or the `POETRY_VERSION`
environment variable:
```
bash
python get-poetry.py
--version
0.12.0
POETRY_VERSION
=
0.12.0 python get-poetry.py
```
```bash
python get-poetry.py --version 0.12.0
POETRY_VERSION=0.12.0 python get-poetry.py
```
!!!note
Note that the installer does not support Poetry releases < 0.12.0.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment