Created
July 20, 2016 18:00
-
-
Save chrisRedwine/e1fea7d3daac8d9f9656f43414daca3b 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