Pip
Jump to navigation
Jump to search
External
Internal
Overview
pip
is the standard package manager for Python, that allows you install and manage package that are not part of the Python standard library. pip
has been included with the Python installer since 3.4.
Installation
CentOS
yum install epel-release # On Amazon Linux, it works without this yum install python-pip