Pip: Difference between revisions
Jump to navigation
Jump to search
(→CentOS) |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Python]] | * [[Python]] | ||
=Overview= | |||
<code>pip</code> is the standard package manager for Python. | |||
=Installation= | =Installation= |
Revision as of 02:53, 11 January 2022
Internal
Overview
pip
is the standard package manager for Python.
Installation
CentOS
yum install epel-release # On Amazon Linux, it works without this yum install python-pip