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.
    $ pip install poetry
  • Debian/Ubuntu
    $ 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