Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Forked from chrisRedwine/pip_install
Created May 5, 2024 18:08
Show Gist options
  • Save chrisbraddock/bf9bbb20eb8a94b899e30bbd8239114f to your computer and use it in GitHub Desktop.
Save chrisbraddock/bf9bbb20eb8a94b899e30bbd8239114f 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