Commit 5a563fff by johnthagen Committed by Arun Babu Neelicattu

Update Windows install instructions to target the py launcher

parent d872f2bb
...@@ -43,10 +43,15 @@ curl -sSL https://install.python-poetry.org | python3 - ...@@ -43,10 +43,15 @@ curl -sSL https://install.python-poetry.org | python3 -
**windows powershell install instructions** **windows powershell install instructions**
```powershell ```powershell
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python - (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
``` ```
{{% note %}} {{% 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 that the installer does not support Python < 3.7.
{{% /note %}} {{% /note %}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment