how to install python 3.7 with pip code example
Example 1: python3 pip install
[server]$ python3 -m pip install
Example 2: pip install python 3
python -m pip install <package>
#Download Selenium
python -m pip install selenium
[server]$ python3 -m pip install
python -m pip install <package>
#Download Selenium
python -m pip install selenium