pip for python 3.9 mac code example
Example 1: which python mac
$ brew update && brew upgrade python
Example 2: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
$ brew update && brew upgrade python
python -m pip install <package>
#Download Selenium
python -m pip install selenium