Skip to content

mkdeveloper/Installing_Poetry_on_windows_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Installing Poetry on Windows OS

  1. Download Python from officail Site

  2. Install Python.

    On the first screen, make sure you select Add Python.exe to Path

Python_setup

  1. Install PIPX

    py -m pip install --user pipx

  2. It is possible (and even most likely) that the above finishes with a WARNING looking similar to this:

pipx_path

  1. Select the path as circled in the image and copy it.

  2. Type cd and paste the path, then press enter.

  3. Now enter the following command to ensure the path:

    .\pipx.exe ensurepath

  4. Reload the Command Prompt or Terminal.

  5. To install Poetry, run:

    pipx install poetry

Tip:

Try running these commands to ensure the packages and scripts are installed correctly:

python --version

pipx --version

poetry --version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published