install pip on python3 code example
Example 1: install pip3
sudo apt install python3-pip
Example 2: install pip in python
python get-pip.py
Example 3: python install pip
python get-pip.py
Example 4: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium