lincolnloop / python-package-manager-shootout

Benchmarking various Python package managers
https://lincolnloop.github.io/python-package-manager-shootout/
MIT License
44 stars 10 forks source link

install poetry with pipx #20

Closed dimbleby closed 7 months ago

dimbleby commented 7 months ago

per https://python-poetry.org/docs/, the first recommended method for installing poetry these days is pipx

(which is present in github runner images so this should Just Work)