Show data rather than docs when mousing-over variables
[reinteract/rox.git] / README
blob18e19610f975d990376bbb2502a17578bf467ace
1 Reinteract
2 ==========
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'.
7 See:
9  http://www.reinteract.org
11 For more information.
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.
16 Running
17 =======
19 To run Reinteract from this directory, just type:
21  bin/uninst.py
23 At the command line. There's no need to run the configure script first.
25 Installing
26 ==========
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.
33 Latest Sources
34 ==============
36 You can get the latest sources using git:
38  git clone git://git.fishsoup.net/reinteract.git
40 Owen Taylor <otaylor@fishsoup.net>
41 11 November 2007