Return to site

Install numpy for mac

broken image
broken image

To do so, move to the python prompt by typing one of the following commands: python python3 Step 5: Import the NumPy PackageĪfter installing NumPy you can import the package and set an alias for it. The output should confirm you have NumPy, which version you are using, as well as where the package is stored. Use the show command to verify whether NumPy is now part of you Python packages: pip show numpy

broken image

If you are working on this OS, the command to install NumPy with Python 3 is: python3 -m pip install numpy.

broken image

Note: The commands are the same for all operating systems except for Fedora.