diff options
author | Steven Silvester | 2014-08-03 14:40:58 -0500 |
---|---|---|
committer | Steven Silvester | 2014-08-03 14:40:58 -0500 |
commit | 267b311c908049fc052bd08bdaa28e5e480cda27 (patch) | |
tree | 2781bc94e3bec5b164f4382a1817e3f83e61cf0d | |
parent | 9b3feb695e18042ee68e76bddfb0c4c26359cdc8 (diff) | |
download | scilab_kernel-267b311c908049fc052bd08bdaa28e5e480cda27.tar.gz scilab_kernel-267b311c908049fc052bd08bdaa28e5e480cda27.tar.bz2 scilab_kernel-267b311c908049fc052bd08bdaa28e5e480cda27.zip |
Update readme
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,5 +6,7 @@ To test it, install with ``setup.py``, then:: ipython qtconsole --kernel octave +It supports command history, calltips, the ``?`` help magic, and completion. + For details of how this works, see IPython's docs on `wrapper kernels <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_. |