Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I have successfully installed IPython 0.13.1 on a Windows 7 Professional 32-bit computer. So let me share with you how I did it.</p> <ol> <li><p>Install Python 3.3</p> <ul> <li>Install to default folder: C:\Python33</li> </ul></li> <li><p>Install distribute</p> <ul> <li>Download distribute: <a href="http://pypi.python.org/pypi/distribute" rel="nofollow">http://pypi.python.org/pypi/distribute</a></li> <li>Extract to: C:\distribute</li> <li>At the command prompt: navigate to C:\distribute</li> <li>Run on command line: <code>C:\Python33\python distribute_setup.py</code></li> </ul></li> <li><p>Install pyreadline</p> <ul> <li>Download pyreadline: <a href="https://github.com/pyreadline/pyreadline" rel="nofollow">https://github.com/pyreadline/pyreadline</a></li> <li>Click on "ZIP" to download a zip file of PyReadline repository</li> <li>Extract to C:\pyreadline</li> <li>At the command prompt: navigate to C:\pyreadline</li> <li>Run this: <code>C:\Python33\python setup.py install</code></li> </ul></li> <li><p>Install pygments and pyzmq</p> <ul> <li>At the command prompt: navigate to C:\Python33\Scripts</li> <li>Run this: <code>easy_install pygments pyzmq</code></li> </ul></li> <li><p>Download and install the next 3:</p> <ul> <li>ZeroMq: <a href="http://www.zeromq.org" rel="nofollow">http://www.zeromq.org</a></li> <li>PySide: <a href="http://www.pyside.org" rel="nofollow">http://www.pyside.org</a></li> <li>IPython: <a href="http://www.ipython.org" rel="nofollow">http://www.ipython.org</a></li> </ul></li> <li><p>Launch IPython</p> <ul> <li>There should be a Start Menu shortcut</li> <li>Start Menu > All Programs > IPython > IPythonQT</li> </ul></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload