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
ade16a3d
Unverified
Commit
ade16a3d
authored
Jun 04, 2022
by
anjoko
Committed by
GitHub
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about python3 to _index.md (#4280)
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
parent
ac49097a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
docs/_index.md
+4
-1
No files found.
docs/_index.md
View file @
ade16a3d
...
@@ -40,9 +40,12 @@ Install Poetry by downloading and executing the [installation script](https://in
...
@@ -40,9 +40,12 @@ Install Poetry by downloading and executing the [installation script](https://in
```
bash
```
bash
curl
-sSL
https://install.python-poetry.org | python3 -
curl
-sSL
https://install.python-poetry.org | python3 -
```
```
{{% note %}}
Note: On some systems,
`python`
may still refer to Python 2 instead of Python 3. Please always use the
`python3`
binary to ensure the right major version of Python is used.
{{% /note %}}
**Windows (Powershell)**
**Windows (Powershell)**
```
powershell
```
powershell
(
Invoke-WebRequest
-Uri https://install.python-poetry.org -UseBasicParsing
)
.Content | py -
(
Invoke-WebRequest
-Uri https://install.python-poetry.org -UseBasicParsing
)
.Content | py -
```
```
...
...
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