matplotlib installation
This takes few minutes to install 'matplotlib' lilbrary on your computer.
1. Download
https://pypi.python.org/pypi/matplotlib
My case is having Python 2.7 version and 64 bit platform so downloaded as below.
matplotlib-1.5.1-cp27-none-win_amd64.whl
2. Install command
> python -m pip install "[Download path]\matplotlib-1.5.1-cp27-none-win_amd64.whl"
Done!!!
1. Download
https://pypi.python.org/pypi/matplotlib
My case is having Python 2.7 version and 64 bit platform so downloaded as below.
matplotlib-1.5.1-cp27-none-win_amd64.whl
2. Install command
> python -m pip install "[Download path]\matplotlib-1.5.1-cp27-none-win_amd64.whl"
Done!!!
Comments
Post a Comment