jparris / enso

Automatically exported from code.google.com/p/enso
Other
0 stars 0 forks source link

Enso Readme

Enso is an extensible, cross-platform quasimodal linguistic command-line interface written in Python.

Building Enso

To build Enso, you need:

You'll also need the appropriate prerequisites for your particular platform. Please consult one of the following files:

README.osx (Mac OS X) README.win32 (Microsoft Windows) README.linux (Linux and other Un*x-based platforms)

Once you've read this file, just run 'scons' from the root directory of the source tree.

Running Enso

To run Enso, just excecute the following from the root directory of the source tree:

python scripts/run_enso.py

Installing Enso System-Wide

Enso has a distutils-based install script that can be used to install Enso system-wide, but it currently only works on Linux (see issue 19).

To use it, just run

python setup.py install