Skip to content

Instantly share code, notes, and snippets.

View Isfhan's full-sized avatar
🧠
Always Learning

Isfhan Ahmed Isfhan

🧠
Always Learning
View GitHub Profile
@Isfhan
Isfhan / install-poetry-windows.md
Last active June 29, 2025 09:16
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 -