pip install from github ##########################
In this example I show how to use pip to install a
Python package from a Github repo:
.. code-block:: bash
pip install -e “git://github.com/Pylons/substanced.git@master#egg=substanced”
That is all.