Computer >> Computer tutorials >  >> Programming >> Python

How to install NumPy for Python 3.3.5 on Mac OSX 10.9?


To install numpy, we can use the following command −

pip install numpy

We can install numpy in a virtual environment too, using following steps −

Steps

  • Open ubuntu terminal

  • virtualenv env
  • source env/bin/activate
  • pip install numpy
  • pip freeze > requirements.txt