Skip to content

Commit

Permalink
Update Windows install instructions to target the py launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and abn committed May 16, 2022
1 parent d872f2b commit 5a563ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ curl -sSL https://install.python-poetry.org | python3 -

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

{{% note %}}
If you have installed Python through the Microsoft Store, replace `py` with `python` in the command
above.
{{% /note %}}

{{% note %}}
Note that the installer does not support Python < 3.7.
{{% /note %}}
Expand Down

0 comments on commit 5a563ff

Please sign in to comment.