install pip 3 code example
Example 1: install pip3
sudo apt install python3-pip
Example 2: install pip3 for python 3.7
sudo apt install python3-pip
Example 3: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium