Skip to content

Instantly share code, notes, and snippets.

@MichaelCurrin
Last active December 25, 2024 18:47
Show Gist options
  • Save MichaelCurrin/8d6c377cc46ce2ef6f94e52b4a21787d to your computer and use it in GitHub Desktop.
Save MichaelCurrin/8d6c377cc46ce2ef6f94e52b4a21787d to your computer and use it in GitHub Desktop.
Install Poetry

Install Poetry

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment