install pip arch linux code example
Example: install pip arch linux
# Arch Linux
sudo pacman -S python2-pip #Python 2
sudo pacman -S python-pip #Python 3
# Arch Linux
sudo pacman -S python2-pip #Python 2
sudo pacman -S python-pip #Python 3