Skip to content

Instantly share code, notes, and snippets.

@lextoumbourou
Created January 16, 2015 03:10
Show Gist options
  • 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://[email protected]/lextoumbourou/MyProject.git#egg=MyModule[extra]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment