Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 365 Bytes

File metadata and controls

19 lines (12 loc) · 365 Bytes

Install Pip

pip - A tool for installing and managing Python packages

To install Python package installer pip in Arch Linux, simply execute the following command -

Pip for Python 3

sudo pacman -S python-pip

Pip for Python 2

sudo pacman -S python2-pip

Source: LinuxHint