newest version of pip3 code example
Example 1: python update pip3
pip3 install --upgrade pip
Example 2: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium
pip3 install --upgrade pip
python -m pip install <package>
#Download Selenium
python -m pip install selenium