Skip to content

Mubashar-Bashir/3_12_poetry

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 Next to install now .Disable path length limit

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. most likely (C:\Users\Dell\AppData\Roaming\Python\Python312\Scripts)

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

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

    .\pipx.exe ensurepath OR pipx 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 pipx is a tool that allows users to install and run Python applications in isolated environments, keeping them separate from the system's Python environment, ensuring clean installations and easy management.

poetry --version tool provides features such as dependency resolution, virtual environments, and version management, making it easier for developers to manage their Python projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published