Skip to content

Commit 83187a7

Browse files
committed
readme cleanup
1 parent 3ce3294 commit 83187a7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ Install `Jupyter Notebook <http://jupyter.readthedocs.org/en/latest/install.html
1010
Installation
1111
------------
1212

13+
Install using::
14+
1315
$ pip install matlab_kernel
14-
# or `pip install git+https://github.com/Calysto/matlab_kernel`
15-
# for the devel version.
1616

17-
To use it, run one of::
17+
or ``pip install git+https://github.com/Calysto/matlab_kernel`` for the dev version.
18+
19+
To use the kernel, run one of::
1820

1921
$ jupyter notebook
2022
# In the notebook interface, select Matlab from the 'New' menu
@@ -74,9 +76,10 @@ use ``%plot native`` to raise normal Matlab windows instead.
7476
Advanced Installation Notes
7577
---------------------------
7678

77-
We automatically install a Jupyter kernelspec when installing the python package. This location can be found using ``jupyter kernelspec list``. If the default location is not desired, you can remove the directory for the octave kernel, and install using python -m matlab_kernel install. See python -m matlab_kernel install --help for available options.
79+
We automatically install a Jupyter kernelspec when installing the python package. This location can be found using ``jupyter kernelspec list``. If the default location is not desired, you can remove the directory for the octave kernel, and install using ``python -m matlab_kernel install``. See ``python -m matlab_kernel install --help`` for available options.
7880

81+
It has been reported that Matlab version 2016b works fine. However, Matlab 2014b does not work with Python 3.5.
7982

8083
.. _online: http://nbviewer.ipython.org/github/Calysto/matlab_kernel/blob/master/matlab_kernel.ipynb
8184

82-
It has been reported that Matlab version 2016b works fine. However, Matlab 2014b does not work with Python 3.5.
85+

0 commit comments

Comments
 (0)