pip is a package management system that comes by default with Python 2.7.9 and later and Python 3.4 and later. Install it with get-pip.py. If you are in a linux environment, you can install it with the following one line.
curl -kL https://bootstrap.pypa.io/get-pip.py | python
Recommended Posts