Python 3.4 Library setup,pythonlibrary
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 --helperror: 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