summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteven Silvester2014-08-09 07:35:45 -0500
committerSteven Silvester2014-08-09 07:35:45 -0500
commit1b464668edaf8e5d60c9e8e2e1eb963caab4bf43 (patch)
tree10085c6043dc7f2e67ca68dc7840cede50082576 /README.rst
parent79ed6181e1b61fc4397511b7beb3f1968d82df7c (diff)
downloadscilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.tar.gz
scilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.tar.bz2
scilab_kernel-1b464668edaf8e5d60c9e8e2e1eb963caab4bf43.zip
Port from octave to scilab
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.