1官网下载python 安装 https://www.python.org/
2环境变量配置 PYTH:D:\Program Files\python2.7.13
3安装pip https://pypi.python.org/pypi/pip#downloads pip-9.0.1.tar.gz 解压 cd至目录下 python setup.py install
4.pip环境变量配置 PYTH:D:\Program Files\python2.7.13\Scripts 命令pip list检验 安装一些包试试 pip install tornadopython
5.安装pyreadline。运行命令pip install pyreadline。必定要先安装这个,而后再安装ipython,不然ipython没法执行。windows
6.pip install ipython
error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
须要安装编译环境 http://aka.ms/vcpython27 下载 安装
7.继续上个命令便可。python2.7
8.安装ipython notebook pip install jupyter.ide
9. http://sourceforge.net/projects/numpy/files/NumPy/tornado
目录下 python setup.py install
验证 >>> import numpy >>> print numpy.__version__
python -m pip install matplotlib
>>> import matplotlib
>>> print matplotlib.__version__
python -m pip install matplotlibui
由于后缀名是.whl,因此要先安装wheel spa
http://blog.csdn.net/hesays/article/details/52535228 详细说明了windows python2.7 scipy 安装过程
import platform
platform.architecture() 32bit numpy-1.12.1+mkl-cp27-cp27m-win32.whl http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy.net
pip install pyside以后才能够开QtConsoleorm
画图 ipython --pylabblog