Skip to content

Commit

Permalink
docs: alphabetize and update OS names
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent authored and neersighted committed May 25, 2022
1 parent 34c6da4 commit dad4edc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It allows you to declare the libraries your project depends on and it will manag
## System requirements

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

Expand All @@ -35,13 +35,14 @@ from the rest of your system.

Install Poetry by downloading and executing the [installation script](https://install.python-poetry.org).

**osx / linux / bashonwindows install instructions**
**Linux, macOS, Windows (WSL)**

```bash
curl -sSL https://install.python-poetry.org | python3 -
```

**windows powershell install instructions**
**Windows (Powershell)**

```powershell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
```
Expand Down

0 comments on commit dad4edc

Please sign in to comment.