Forum Archive

How to Install NumPy

aartiyadav

Hello All, I don't know how to install numpy with python wheels. I am using windows and already install package manager but I don't know proper step bt step installation process. Can anyone tell me or suggest some reference?

JonB

@aartiyadav numpy comes installed with pythonista, you cannot update it, due to how iOS requires compiled code to signed by the same app developer.

singhjjyoti0399

Step 1: Check Python Version. Before you can install NumPy, you need to know which Python version you have. ...
Step 2: Install Pip. The easiest way to install NumPy is by using Pip. ...
Step 3: Install NumPy. ...
Step 4: Verify NumPy Installation. ...
Step 5: Import the NumPy Package.

To know more about Numpy matrix Multiplication, check out this blog post.

aartiyadav

Thanks @JonB I have checked some references on google to install NumPy with the help of blogs

JonB

Again, numpy comes with pythonista.

import numpy as np

And you are on your way