Example
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 packages they depend on, without any additional package). Both Anaconda & Miniconda install the same Conda.
- Additional command for Miniconda, type the command
conda install numpy