Skip to content

Instantly share code, notes, and snippets.

View realabdulkhaliq's full-sized avatar
💭
Coding Without Bugs Is Not Coding

ABDUL KHALIQ realabdulkhaliq

💭
Coding Without Bugs Is Not Coding
View GitHub Profile
@realabdulkhaliq
realabdulkhaliq / install-poetry-windows.md
Last active May 11, 2024 15:49 — forked from Isfhan/install-poetry-windows.md
step-by-step guide to installing Poetry on Windows:

Step-By-Step guide to installing Poetry on Windows:

  1. Open Windows Powershell: Navigate to your Start menu, type "Powershell", and select "Windows Powershell" from the search results.

  2. 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 -