Python is an open-source object-oriented language. It has many features of which one is the wide range of external packages. There are a lot of packages for installation and use for expanding functionalities. These packages are a repository of functions in python script. NumPy is one such package to ease array computations. To install all these python packages we use the pip- package installer. Pip is automatically installed along with Python. We can then use pip in the command line to install packages from PyPI.

_Keeping you updated with latest technology trends, _Join DataFlair on Telegram

Install Numpy in Mac OS

Python comes pre-installed on Mac OS. However, it has an old system version the newer versions can be downloaded alongside.

1. Open the terminal in your MacBook.

2. In the terminal, we use the pip command to install the package

  1. pip install numpy

3. If you use Python3, enter the pip3 command.

  1. pip3 install numpy

#numpy tutorials #install numpy #installing numpy #numpy installation

NumPy Installation - How to Install Numpy in Python
1.75 GEEK