installing using pip in windows code example
Example 1: how to update pip python
python -m pip install --upgrade pip
Example 2: python install pip
python get-pip.py
Example 3: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium