Skip to content

Instantly share code, notes, and snippets.

@GenevieveBuckley
Forked from chrisRedwine/pip_install
Created September 28, 2020 10:00
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 GenevieveBuckley/f400f2b1183bcb31862309c0c55ee979 to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/f400f2b1183bcb31862309c0c55ee979 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