windows下python3.4安装Numpy和matplotlib

1,Numpy

     https://pypi.python.org/pypi/numpy,array processing for numbers, strings, records, and objects.

注意:对于Python2.7,需要安装Microsoft Visual C++ Compiler for Python 2.7, http://www.microsoft.com/en-us/download/details.aspx?id=44266



2,matplotlib

https://pypi.python.org/pypi/matplotlib,http://matplotlib.org/,is a python 2D plotting library which produces publication quality figures similar to Matlab.
matplotlib-1.4.3.win32-py3.4.exe + 依赖包:首先安装依赖包:numpy(https://pypi.python.org/pypi/numpy),six(https://pypi.python.org/pypi/six),dateutils(https://pypi.python.org/pypi/dateutils),pyparsing(https://pypi.python.org/pypi/pyparsing)

你可能感兴趣的:(python)