To install a Python package on Macintosh
- Download the Python package to your workstation,
- Unpack the package,
- Open a terminal window,
- Start sudo,
sudo -i
- Change to the directory of the package,
- Install the package.
pip install PACKAGE_NAME
If you don’t install the package in sudo mode, you will get “Permission denied” errors during the package installation.