Skip to content

Instantly share code, notes, and snippets.

@Celeborn2BeAlive
Forked from pgilad/install-package.sh
Created September 12, 2020 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Celeborn2BeAlive/06d58cb1bd1cf479068064099ccc855a to your computer and use it in GitHub Desktop.
Save Celeborn2BeAlive/06d58cb1bd1cf479068064099ccc855a 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