Skip to content

Instantly share code, notes, and snippets.

@pgilad
Created November 22, 2019 13:57
Show Gist options
  • Save pgilad/009dbcd0881837dfa6014d143910873e to your computer and use it in GitHub Desktop.
Save pgilad/009dbcd0881837dfa6014d143910873e to your computer and use it in GitHub Desktop.
Install a pip package using Poetry and use pre-release version
# An example on how to install poetry preview version
$ pipx install poetry --pip-args="--pre"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment