Mercurial > enso_core
changeset 54:63b5055da50b
Updated readme.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 25 Feb 2008 20:35:19 -0800 |
parents | f198e567f744 |
children | 0f8add45eae9 |
files | README |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README Mon Feb 25 20:00:37 2008 -0800 +++ b/README Mon Feb 25 20:35:19 2008 -0800 @@ -4,3 +4,13 @@ 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, 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.