How to Install NumPy
-
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?
-
@aartiyadav numpy comes installed with pythonista, you cannot update it, due to how iOS requires compiled code to signed by the same app developer.
-
This post is deleted!last edited by
-
Thanks @JonB I have checked some references on google to install NumPy with the help of blogs
-
Again, numpy comes with pythonista.
import numpy as np
And you are on your way