-
-
Save GenevieveBuckley/f400f2b1183bcb31862309c0c55ee979 to your computer and use it in GitHub Desktop.
Pip install a specific github repo tag or branch
This file contains 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
# From https://coderwall.com/p/-wbo5q/pip-install-a-specific-github-repo-tag-or-branch | |
pip install -e git://github.com/{ username }/{ reponame }.git@{ tag name }#egg={ desired egg name } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment