pip.py instal code example
Example 1: python pip install mac
python -m pip install <package>
#Download Selenium
python -m pip install selenium
Example 2: get-pip 20.2.3 dowload
$ pip download SomePackage
$ pip download -d . SomePackage # equivalent to above
$ pip download --no-index --find-links=/tmp/wheelhouse -d /tmp/otherwheelhouse SomePackage