NumPy is a Python package used for numerical computation. NumPy is one of the foundational packages for scientific computing with Python. NumPy's core data type is the array and NumPy functions operate on arrays.
To install NumPy with pip, bring up a terminal window and type:
pip install numpy