Skip to content

Instantly share code, notes, and snippets.

@lextoumbourou
Created January 16, 2015 03:10
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 lextoumbourou/ac085cd8002141d036c9 to your computer and use it in GitHub Desktop.
Save lextoumbourou/ac085cd8002141d036c9 to your computer and use it in GitHub Desktop.
Install a Pip package via Git (or any VCS) with setuptools extras
> pip install git+ssh://git@github.com/lextoumbourou/MyProject.git#egg=MyModule[extra]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment