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