Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.2 KB

installing-pip.md

File metadata and controls

19 lines (14 loc) · 1.2 KB

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