Skip to content

Commit 5fcacc4

Browse files
committed
doc: add powershell uninstall instructions (command)
1 parent 6e84663 commit 5fcacc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,16 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet
189189
```
190190
{{% /warning %}}
191191
192+
If you installed Poetry via Powershell:
193+
```powershell
194+
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - --uninstall
195+
```
196+
197+
{{% note %}}
198+
If you have installed Python through the Microsoft Store, replace `py` with `python` in the command
199+
above.
200+
{{% /note %}}
201+
192202
{{< /step >}}
193203
{{< /steps >}}
194204

0 commit comments

Comments
 (0)