python pip 3 install code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: install pip3
sudo apt install python3-pip
Example 3: python3 pip install
[server]$ python3 -m pip install
Example 4: pip install python 3
python -m pip install
#Download Selenium
python -m pip install selenium