Installing NumPy

If you have Anaconda, just write the following to install NumPy:

$ conda install numpy
...\> conda install numpy

If instead you want to work without the support of this distribution, use the command-line pip command to install the NumPy library:

$ pip install numpy
...\> pip install numpy

Using NumPy