Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 689 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 689 Bytes

Steps for use Poetry

(This installation is for windows) This steps are better explained in the official documentation of Poetry.

Install pipx

py -m pip install --user pipx

If this warning appear:

WARNING: The script pipx.exe is installed in `<USER folder>/AppData/Roaming/Python/Python3x/Scripts` which is not on PATH

Go to the mentioned folder. Enter the following line (even if you did not get the warning):

./pipx.exe ensurepath

Install poetry

pipx install poetry

Upgrade poetry

pipx upgrade poetry

Uninstall poetry

pipx uninstall poetry

In initialized proyects