We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe8838 commit 815eb8eCopy full SHA for 815eb8e
docs/_index.md
@@ -195,6 +195,16 @@ rm -rf "${POETRY_HOME:-~/.poetry}"
195
Also remove ~/.poetry/bin from your `$PATH` in your shell configuration, if it is present.
196
{{% /warning %}}
197
198
+If you installed Poetry via Powershell:
199
+```powershell
200
+(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --uninstall
201
+```
202
+
203
+{{% note %}}
204
+If you have installed Python through the Microsoft Store, replace `py` with `python` in the command
205
+above.
206
+{{% /note %}}
207
208
{{< /step >}}
209
{{< /steps >}}
210
0 commit comments