Joe Nicosia

A jack of all stacks

Install Python Modules via GitHub

| Comments

pip is a nice replacement for easy_install. And you can install Python modules from GitHub (or any git repo) with pip.

Here is an example:

Comments