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
dad4edc4
Commit
dad4edc4
authored
May 25, 2022
by
Branch Vincent
Committed by
Bjorn Neergaard
May 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: alphabetize and update OS names
parent
34c6da4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docs/_index.md
+4
-3
No files found.
docs/_index.md
View file @
dad4edc4
...
@@ -18,7 +18,7 @@ It allows you to declare the libraries your project depends on and it will manag
...
@@ -18,7 +18,7 @@ It allows you to declare the libraries your project depends on and it will manag
## System requirements
## System requirements
Poetry requires
**Python 3.7+**
. It is multi-platform and the goal is to make it work equally well
Poetry requires
**Python 3.7+**
. It is multi-platform and the goal is to make it work equally well
on
Windows, Linux and OSX
.
on
Linux, macOS and Windows
.
## Installation
## Installation
...
@@ -35,13 +35,14 @@ from the rest of your system.
...
@@ -35,13 +35,14 @@ from the rest of your system.
Install Poetry by downloading and executing the
[
installation script
](
https://install.python-poetry.org
)
.
Install Poetry by downloading and executing the
[
installation script
](
https://install.python-poetry.org
)
.
**
osx / linux / bashonwindows install instructions
**
**
Linux, macOS, Windows (WSL)
**
```
bash
```
bash
curl
-sSL
https://install.python-poetry.org | python3 -
curl
-sSL
https://install.python-poetry.org | python3 -
```
```
**windows powershell install instructions**
**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