Pip: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=External=
=External=
* https://pip.pypa.io/en/stable/
* https://pip.pypa.io/en/stable/
* https://realpython.com/what-is-pip/
=Internal=
=Internal=
* [[Python]]
* [[Python]]

Revision as of 02:54, 11 January 2022

External

Internal

Overview

pip is the standard package manager for Python.

Installation

CentOS

https://linuxize.com/post/how-to-install-pip-on-centos-7/
yum install epel-release # On Amazon Linux, it works without this
yum install python-pip