NumPy installation

I spent 2 hours ...to know how to install NumPy python library in my computer.
This post can help you to install NumPy quick and easy. I am sure.
It takes only 15 minutes for NumPy installation.

What is NumPy? Wiki will help me from here.

Requirement:
- Already Python (higher 2.7) programming tool installed in your computer.

1. Download
Download NumPy package from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

My computer is 64bit platform having Python 2.7 version. So choose "...+mkl-cp27...amd64.." as below.



2. Run 'Command prompt' (cmd) and enter as below

> python -m pip install "[Download Path]\numpy-1.10.4+mkl-cp27-cp27m-win_amd64.whl"

You know where the downloaded file is. My case was "C:\...\download".





3. DONE!!!
========================================================================

But if you see the below print. Then it's also simple.



Just enter the following command to upgrade your PIP.
> pip install --upgrade pip











Then go back to Step 2 above to install NumPy.

End.

Comments

Popular posts from this blog

Primal problem and Dual problem

What is the Shadow price?

Why a negative coefficient of variable means it is not optimal in simplex method?