install pip and python code example
Example 1: installing pip
python -m pip install --upgrade pip
Example 2: pip install
python get-pip.py
Example 3: pip install python 3
python -m pip install
#Download Selenium
python -m pip install selenium