Install NumPy#
NumPy NumPy is the fundamental package for scientific computing with Python.
Install latest NumPy using pip#
This requires pip. (Use pip3
to install the Python 3 version of NumPy):
$ sudo -H pip install numpy
Install Numpy using the Ubuntu package manager#
$ sudo apt install python-numpy