-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (30 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Enso Readme
===========
Enso is an extensible, cross-platform quasimodal linguistic
command-line interface written in Python.
Building Enso
-------------
To build Enso, you need:
* Python 2.4 or above
This can be found at http://www.python.org.
* SCons
This open-source, python-based build tool can be found at
http://www.scons.org.
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