Install it in this order ~
1. Python2.7:
Address: Https://www.python.org/ftp/python/2.7.10/python-2.7.10.msi
Select the 32-bit software Oh, the name is Windows x86 MSI installer.
Installation method: Direct operation, pay attention to the installation address Select C Drive
2. NumPy:
Address: http://sourceforge.net/projects/numpy/files/NumPy/
Installation method: Run directly, pay attention to whether to choose the address of the python2.7 OH
3. SciPy:
Address: Http://sourceforge.net/projects/scipy/files/scipy/0.16.1/scipy-0.16.1-win32-superpack-python2.7.exe/download
Installation method: Ibid.
4. Easy install and PIP for installation. WHL
The. WHL installation requires PIP, so if no pip is needed, easy install will be installed. Easy install and Pip in the python27\scripts, you can look at the wood there.
If you don't have easy install and Pip, go ahead and watch
4.1) Download Ez_setup installation Easy Install, used to install PIP. Easy install and Pip in the python27\scripts, you can look at the wood there.
Address: http://peak.telecommunity.com/dist/ez_setup.py
4.2) Install easy install:python27\scripts, run Python ez_setup.py
4.3) Install pip:python27\scripts, run Easy_install pip
5. Matplotlib
In addition to the above 4 items, it is also important to note:
1) Dateutil 1.1 or later
Provides extensions to Python datetime handling. If using PIP, Easy_install or installing from source, the installer would attempt to download and install from python_dateutil
P YPI.
: PYTHON_DATEUTIL-2.4.2-PY2.PY3-NONE-ANY.WHL
2) pyparsing
Required for matplotlib’s mathtext math rendering support. If using pip, easy_install or installing from source, the installer will attempt to download and install pyparsing
from PyPI.
: Pyparsing-2.0.5.win32-py2.7.exe
3) libpng 1.2 (or later)
library for loading and saving PNG files (download). libpng requires zlib.
4) Pytz
Used to manipulate time-zone aware datetimes.
5)freetype
2.3 or later
Library for reading True type font files.
6) Cycler 0.9 or later
Composable Cycle class used for constructing style-cycles
Address: MATPLOTLIB-1.5.0-CP27-NONE-WIN32.WHL
Installation method: Go to python27\scripts, run pip install MATPLOTLIB-1.5.0-CP27-NONE-WIN32.WHL
Note: 1) When installing with Pip, Dateutil and pyparsing will be installed automatically, if not successfully installed. 2) Download pandas automatically
6. Ipython
Cloud Platform: Https://wakari.io/wakari
Download: Pip Install Jupyters
The rest of the reference to the following URL (well, lazy I, hee)
Http://jupyter.readthedocs.org/en/latest/install.html
Windos7 (32-bit) install Python2.7, plus numpy, scipy, Matplotlib, Ipython, pandas