python3 pip mac code example
Example 1: mac os install python 3
brew install python3
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 3: install python 3 on mac
$ brew install python3