Python 3.4 Library setup

时间:2022-12-14 16:05:14

matplotlib:  https://pypi.python.org/pypi/matplotlib/1.4.3

Unofficial Windows Binaries for Python Extension Packages http://www.lfd.uci.edu/~gohlke/pythonlibs/.

http://www.scipy.org/install.html

https://pypi.python.org/pypi/setuptools#downloads

Scipy:科学和工程计算 https://github.com/scipy/scipy
Python Image Library:python图形处理库 http://pythonware.com/products/pil/
https://pypi.python.org/pypi/PIL

Numpy:高阶大量的矩阵运算 https://sourceforge.net/projects/numpy/files/
Matplotlib一个Python的图形框架,用来绘制图表

F:\Python\numpy-1.11.2\numpy-1.11.2>python setup.py install pip
Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
  - `pip install .`       (from a git repo or downloaded source
                           release)
  - `pip install numpy`   (last Numpy release on PyPi)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help
error: invalid command 'pip'
F:\Python\numpy-1.11.2\numpy-1.11.2>pip install numpy
Collecting numpy
  Downloading numpy-1.11.3-cp34-none-win32.whl (6.5MB)
    9% |███                             | 614kB 12kB/s eta 0:08:10