install

curl -sSL https://install.python-poetry.org | python3 -
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

if path error: Consider adding this directory to PATH or, if you prefer to suppress this warning, use —no-warn-script-location.

setx PATH "%PATH%;C:\Users\tjfeh\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts"
 
poetry new poetry-demo
 
poetry init
 
poetry add
 
poetry run
 
poetry shell
 
deactivate
 
poetry install