For any queries you can reach us at infovistarindia@gmail.com / WhatsApp us: +919158876092

Installing NumPy in Python

Installing Ubuntu/ Linux

NumPy can be installed with conda, with pip, or with a package manager on macOS and Linux.

sudo apt update -y  
sudo apt upgrade -y  
sudo apt install python3-tk python3-pip -y  
sudo pip install numpy -y

Installing Windows

pip install numpy