Python3: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== Pip == Upgrade pip python3 -m pip install -U pip # or pip3 install pip --upgrade")
 
(No difference)

Latest revision as of 04:03, 23 November 2020

Pip

Upgrade pip

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