Skip to content

Instantly share code, notes, and snippets.

@hcosta
Created February 14, 2014 18:21
Show Gist options
  • Save hcosta/9006193 to your computer and use it in GitHub Desktop.
Save hcosta/9006193 to your computer and use it in GitHub Desktop.
install python git repo directly
pip install https://github.com/user/repo/zipball/master
or
pip install https://github.com/user/repo/tarball/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment