Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 296 Bytes

File metadata and controls

14 lines (10 loc) · 296 Bytes

Learning-Numpy

To install Numpy libraries on ubuntu

 -open Terminal
 -run the following command
 
  #for python 3.x
   sudo apt update 
   sudo apt-get install python3-numpy
   
  # for python2
   sudo apt update 
   sudo apt-get install python2-numpy