Created
November 22, 2019 13:57
-
-
Save pgilad/009dbcd0881837dfa6014d143910873e to your computer and use it in GitHub Desktop.
Install a pip package using Poetry and use pre-release version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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