summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
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 <http://pypi.python.org/pypi/oct2py>`_.
+This requires IPython 3, which is not yet released, and `scilab2py <http://pypi.python.org/pypi/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.