Skip to content

Instantly share code, notes, and snippets.

@chrisRedwine
Created July 20, 2016 18:00
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save chrisRedwine/e1fea7d3daac8d9f9656f43414daca3b to your computer and use it in GitHub Desktop.
Save chrisRedwine/e1fea7d3daac8d9f9656f43414daca3b to your computer and use it in GitHub Desktop.
Pip install a specific github repo tag or branch
# 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