Python3

From Omnia
Revision as of 04:03, 23 November 2020 by Kenneth (talk | contribs) (Created page with "== Pip == Upgrade pip python3 -m pip install -U pip # or pip3 install pip --upgrade")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pip

Upgrade pip

python3 -m pip install -U pip
# or
pip3 install pip --upgrade