Document
step-by-step guide to installing Poetry on Windows: · GitHub

step-by-step guide to installing Poetry on Windows: · GitHub

Step-By-Step guide to installing Poetry on Windows: Open Windows Powershell: Navigate to your Start menu, type "Powershell", and select "Windows

Related articles

How to Use a VPN with Plex Server and Access It Behind Can you play Grand Theft Auto: Vice City VPNs Ranked By Longest Free Trial [Updated 2024] How to Disable VPN on Firestick: Simple Guide 2025年01月01更新 最新自测免费节点30条高速节点 德国|美国|中国|俄罗斯|新加坡|英国|未知|保加利亚|爱尔兰 V2Ray|Clash|SingBox订阅 安卓手机电脑 科学上网|梯子|翻墙|代理|VPN

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 follow command and press Enter :

Note: If you’ve installed Python through the Microsoft Store, replace py withpython in the command below.

( invoke - WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - 
  1. wait for installation to complete : The installation process is take may take some time depend on your internet connection speed . let it run until completion .

  2. Copy Installation Path: Once the installation is complete, it will provide you witha path. Copy this path as you’ll need to add it to your user environment variables.

  3. Add Path to Environment Variables:

    • right – click on the Start button and select ” system ” .
    • In the System window, click on “Advanced system settings” on the left sidebar.
    • In the System Properties window, click on the “Environment Variables…” button.
    • In the Environment Variables window, under “User variables for [YourUsername]”, find the “Path” variable and select it.
    • click on the ” Edit … ” button .
    • In the Edit Environment variable window , click on ” New ” and paste the path you copy from the installation process .
    • Click “OK” on all open windows to save your changes.
  4. Close and Reopen Powershell: Close the Powershell window and open a new one.

  5. Verify Installation: In the new Powershell window, type poetry --version and press Enter. If Poetry has been successfully installed, you should see its version number printed in the terminal.

You have now successfully installed Poetry on your Windows system. You can start using it for managing your Python projects.