+2 votes
in NumPy by
How to Install Numpy in Windows?

1 Answer

0 votes
by

Below are the steps to Install NumPy.

Step 1: Download Python for Windows 10/8/7. First, download the Python executable binaries on your Windows system from the official download the page of the Python. …

Step 2: Run the Python executable installer. …

Step 3: Install pip on Windows 10/8/7. …

Step 4: Install Numpy in Python using pip on Windows 10/8/7.

 

Installation Process of Numpy..

step1: Open the terminal

step2: type pip install numpy

 

Related questions

+1 vote
asked Jul 8, 2021 in NumPy by rajeshsharma
+2 votes
+2 votes
asked Jul 3, 2021 in NumPy by sharadyadav1986
...