Remove arg-highlight on calculate
[reinteract.git] / README
blob0d3a5c2cf483835ce121eb70e7d934347c819a1d
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 Copyright 2007-2009 Owen Taylor, Red Hat, Inc., and others
14 Reinteract is licensed under the simplified BSD license. See the file COPYING
15 for full details.
17 Running
18 =======
20 To run Reinteract from this directory, just type:
22  bin/uninst.py
24 At the command line. There's no need to run the configure script first.
26 Installing
27 ==========
29 The standard autotools setup here is meant for the people packaging
30 Reinteract for system install on Linux and Unix systems. If you aren't
31 doing that, just run Reinteract from this directory or create a
32 symlink from bin/uninst to $HOME/bin/uninst.
34 Latest Sources
35 ==============
37 You can get the latest sources using git:
39  git clone git://git.fishsoup.net/reinteract.git
41 Owen Taylor <otaylor@fishsoup.net>
42 11 November 2007