Versions

Stable

0.10.2 – April 2011
Download

Development

pre-0.11
Github

Links

Download

Stable Releases

Our downloads directory for source distributions for Linux, Unix, Mac OS X and binaries for Windows.

The current stable release, version 0.10.2, can be downloaded directly as:

Note that most major Unix distributions now include IPython in their package systems (Ubuntu, Debian, Fedora, SUSE, fink, FreeBSD, OpenBSD,...). It is also available on PyPI, so it can be installed with tools such as easy_install and pip.

The same downloads directory contains links to older versions.

Installation instructions

Like most Python packages, IPython can be installed from source with the command python setup.py install. Full installation instructions can be found in our official documentation.

Readline

IPython relies on the readline library for features like tab completion.

  • Most Linux distributions will have readline already.
  • For Mac OS X, readline can be installed from PyPI. The alternative (libedit) shipped with OS X is known to cause problems in IPython.
  • Under Windows, the functionality is provided by the PyReadline project, also hosted on this site.