Advertisements
Advertisements
प्रश्न
How to install NumPy?
लघु उत्तरीय
Advertisements
उत्तर
To install NumPy, open the Command Prompt or Terminal and use the pip command. Type the following command:
pip install numpy
Press Enter and wait for the installation to complete. After successful installation, NumPy can be imported into a Python program using:
import numpy
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
