view README @ 55:0f8add45eae9

Updated readme again.
author Atul Varma <varmaa@toolness.com>
date Mon, 25 Feb 2008 20:36:35 -0800
parents 63b5055da50b
children
line wrap: on
line source

Enso Readme
===========

For the time being, in order to use Enso, you need to add the root
directory of the Enso source tree to your PYTHONPATH environment
variable.

You'll also need to obtain, build, and install a platform-specific
Enso backend, such as enso_osx.

Aside from said backend and Python 2.4 or above, Enso currently has no
other dependencies.

No build step is currently required for Enso--it's all pure Python
source code.

To run Enso, just execute scripts/run_enso.py.