The easiest way to set up NumPy on Mac is with pip
pip install numpy
Installation using Conda.
Conda available for Windows, Mac, and Linux
Install Conda. There are two ways to install Conda, either with Anaconda (Full package, include numpy) or Miniconda (only Conda,Python, and the package...