install pip3 windows python 3.9 code example
Example 1: install pip3
sudo apt install python3-pip
Example 2: install pip on windows 10 python 3.9
python -m pip install SomePackage
sudo apt install python3-pip
python -m pip install SomePackage