Python/pip

From Wiki
< Python
Revision as of 11:25, 24 March 2021 by Marcluer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • apt packages
apt install python3-setuptools
apt install python3-pip
  • upgrade pip to latest version
python -m pip install -U pip