From 1b464668edaf8e5d60c9e8e2e1eb963caab4bf43 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 9 Aug 2014 07:35:45 -0500 Subject: Port from octave to scilab --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 8380424..a92d3f9 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ -A simple IPython kernel for Octave +A simple IPython kernel for Scilab -This requires IPython 3, which is not yet released, and `oct2py `_. +This requires IPython 3, which is not yet released, and `scilab2py `_. To test it, install with ``setup.py``, then:: - ipython qtconsole --kernel octave + ipython qtconsole --kernel scilab It supports command history, calltips, the ``?`` help magic, and completion. -- cgit