install library in mac python code example
Example 1: install python in mac
brew install python3
brew install python2
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
brew install python3
brew install python2
python -m pip install <package>
#Download Selenium
python -m pip install selenium