i have pip and brew installed code example
Example 1: brew install pip
$ brew install python
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
$ brew install python
python -m pip install <package>
#Download Selenium
python -m pip install selenium