how to install get pip code example
Example 1: using pip windows cmd
python -m pip install <package>
Example 2: install pip3 for python 3.7
sudo apt install python3-pip
python -m pip install <package>
sudo apt install python3-pip