does mac come with python install 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
brew install python3
python -m pip install <package>
#Download Selenium
python -m pip install selenium