2962 Forks
8822 Stars
8822 Watchers

pip

The Python package installer

How to download and setup pip

Open terminal and run command
git clone https://github.com/pypa/pip.git
git clone is used to create a copy or clone of pip repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pip https://github.com/pypa/pip/archive/master.zip

Or simply clone pip with SSH
[email protected]:pypa/pip.git

If you have some problems with pip

You may open issue on pip support forum (system) here: https://github.com/pypa/pip/issues