From 70bb23dafd97da2491c0bf988b31f3d1eb2199fa Mon Sep 17 00:00:00 2001 From: arokem Date: Tue, 21 Apr 2015 09:20:18 -0700 Subject: [PATCH 1/2] DOC: Small update in the installation instructions. Thanks to @kjaquier for proposing this on #177 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e36c217..05da893 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ For Matlab: cd messenger # edit local.cfg in the directory for your platform - python make.py + python make.py matlab cd .. python setup.py install @@ -235,7 +235,7 @@ For Octave: cd messenger/octave # edit local_octave.cfg in the directory for your platform - python make_octave.py + python make.py octave cd .. python setup.py From c12c9c86a70ae19e254ea2ccecbf674bc0a0f036 Mon Sep 17 00:00:00 2001 From: arokem Date: Tue, 21 Apr 2015 09:46:58 -0700 Subject: [PATCH 2/2] DOC: Clarify dependencies. --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05da893..3cf5e99 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,25 @@ machine. These can be installed using ``` $ pip install pyzmq ``` +You will also need [Numpy](http://www.numpy.org/), which can be installed +using: + +``` +$ pip install numpy +``` If you intend to use the Matlab magic extension, you'll also need -[IPython](http://ipython.org/install.html), as well as -[Scipy](http://scipy.org/) and [Numpy](http://www.numpy.org/). These can be -installed from PyPI, or using distributions such as -[Anaconda](https://store.continuum.io/cshop/anaconda/) or [Enthought -Canopy](https://store.enthought.com/downloads/) +[IPython](http://ipython.org/install.html). Note thatIPython notebooks also depend on `pyzmq` so if you have IPython notebooks installed, you likely have `pyzmq` already. +Finally, if you want to handle sparse arrays, you will need to install +[Scipy](http://scipy.org/). This can also be installed from PyPI, or using +distributions such as [Anaconda](https://store.continuum.io/cshop/anaconda/) or +[Enthought Canopy](https://store.enthought.com/downloads/) + + ## Usage To use the pymatbridge you need to connect your python interpreter to a Matlab