Spread the love
Documentation
https://pip.pypa.io/en/stable/installing/#upgrading-pip
Process
Check if pip3 is installed
pip3 --version

sudo apt install python3-pip
Updating pip
For pip3, enter as shown below.
sudo python -m pip install -U pip