summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteven Silvester2014-07-30 21:05:29 -0500
committerSteven Silvester2014-07-30 21:05:29 -0500
commita2b8ddddc11ef25363dc5986f0ea2546f9a9e75a (patch)
tree1d4b48e40cb78fba3436b402eee0ca0bb67a7c4c /README.rst
parent11db1d7d812d6ecbc91a8a9d7554a9f1eb7a66ba (diff)
downloadscilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.tar.gz
scilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.tar.bz2
scilab_kernel-a2b8ddddc11ef25363dc5986f0ea2546f9a9e75a.zip
Initial translation from bash kernel to octave kernel
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 6824169..dd8d5e6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,12 +1,10 @@
-A simple IPython kernel for bash
+A simple IPython kernel for Octave
This requires IPython 3, which is not yet released.
To test it, install with ``setup.py``, then::
- ipython qtconsole --kernel bash
+ ipython qtconsole --kernel octave
For details of how this works, see IPython's docs on `wrapper kernels
-<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_, and
-Pexpect's docs on the `replwrap module
-<http://pexpect.readthedocs.org/en/latest/api/replwrap.html>`_
+<http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_.