Install Python Package Manager

We will be adding external libraries (open source)for our applications. Developers publish there libraries into public domain. We will be pulling those libraries using Python Package Manager AKA pip. To install pip

sudo easy_install pip