3 Reinteract is a interactive shell for Python that allows changing history, not just
4 repeating it. You can go back to early statements, edit them, and the changes flow
5 through the rest of the subsequent code. You might think of it as a Python 'worksheet'.
9 http://www.reinteract.org
13 Reinteract is licensed under the terms of the GNU General Public License version 2
14 or later and Copyright 2007, Owen Taylor and Red Hat, Inc.
19 To run Reinteract from this directory, just type:
23 At the command line. There's no need to run the configure script first.
28 The standard autotools setup here is meant for the people packaging
29 Reinteract for system install on Linux and Unix systems. If you aren't
30 doing that, just run Reinteract from this directory or create a
31 symlink from bin/uninst to $HOME/bin/uninst.
36 You can get the latest sources using git:
38 git clone git://git.fishsoup.net/reinteract.git
40 Owen Taylor <otaylor@fishsoup.net>