installing-pip.md

July 23, 2012 ยท View on GitHub

Installing pip

pip is a common python package installer and is used to install mongoctl. There are two ways to install pip:

Download

Install from git

% git clone https://github.com/pypa/pip.git
% cd pip                                   
% python setup.py install # may need to be root or need to use sudo