linux install pip

Shell
apt-get install python-pip	#python 2
apt-get install python3-pip	#python 3
Source

Also in Shell: