-
Open Windows Powershell: Navigate to your Start menu, type "Powershell", and select "Windows Powershell" from the search results.
-
Run Installation Command: In the Powershell window, paste the following command and press Enter:
Note: If you've installed Python through the Microsoft Store, replace py
with python
in the command below.
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -