From 5a563fffb6db9274d1d4cc829e285a52e5bb5054 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Mon, 16 May 2022 13:15:46 -0400 Subject: [PATCH] Update Windows install instructions to target the py launcher --- docs/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 016c9f8d98d..3fc000fc248 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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 %}}