Taking Win7 64-bit system, python2.7.9 as an example
1. Download Material Http://files.cnblogs.com/files/smileyes/ipython-win64.zip
2. Unzip to local, double-click Run IPYTHON-0.13.1.PY2-WIN-AMD64, will automatically retrieve your installed Python, select 2.x version "2.x and 3.x versions are supported, can run two times will be 2.x and 3.x installed"
3. At this time the cmd input ipython is ready to run, but not perfect, because there is no tab association function and color identification, decompression Pyreadline-2.0.zip, recommended to extract to the Python installation directory C:\Python27\Lib\ Site-packages
4. Install Pyreadline, go to the third extracted directory, execute python setup.py install, wait for installation to complete
5. Restart CMD, at this time to execute Ipython, you can use the ~ ~
Follow the steps above to install Ipython to Python3, and command Ipython3 to start the
There is a lot of wood is very convenient ~ ~ ~
Windows installation Ipython