See Installation in the Poetry website.
Alternatives:
- General. Run this outside a virtual env. Note
pipx
is preferred so use it if you have it.$ pip install poetry $ pipx install poetry
- Debian/Ubuntu. Note the latest version available can be far behind what is actually released.
$ sudo apt-get update $ sudo apt-get -y install python3-poetry
- macOS.
$ brew install poetry