Python/pip: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
* apt packages
<pre>
apt install python3-setuptools
apt install python3-pip
</pre>
* upgrade pip to latest version
<pre>
<pre>
python -m pip install -U pip
python -m pip install -U pip
</pre>
</pre>

Latest revision as of 11:25, 24 March 2021

  • apt packages
apt install python3-setuptools
apt install python3-pip
  • upgrade pip to latest version
python -m pip install -U pip