How to install

Welly currently runs on Unix-like operating systems, including Linux, Mac OS and possibly Windows.

To start the REPL, open a terminal and run the repl.sh script, which you will find in the welly/src directory. For example:

$ cd welly/src
$ ./repl.sh

Start writing in Welly! There is a tutorial.

Development

To run Welly's unit tests, use pytest.

$ cd welly/src
$ py.test

Using apt-get

If you are using a Debian-like OS, you can conveniently install all the dependencies like this:

# apt-get install python2.7 rlwrap python-pytest