Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1376429

Browse files
committed
Merge pull request #181 from arokem/doc-update
DOC: Small update in the installation instructions.
2 parents ab0cdb5 + c12c9c8 commit 1376429

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,25 @@ machine. These can be installed using
3333
```
3434
$ pip install pyzmq
3535
```
36+
You will also need [Numpy](http://www.numpy.org/), which can be installed
37+
using:
38+
39+
```
40+
$ pip install numpy
41+
```
3642

3743
If you intend to use the Matlab magic extension, you'll also need
38-
[IPython](http://ipython.org/install.html), as well as
39-
[Scipy](http://scipy.org/) and [Numpy](http://www.numpy.org/). These can be
40-
installed from PyPI, or using distributions such as
41-
[Anaconda](https://store.continuum.io/cshop/anaconda/) or [Enthought
42-
Canopy](https://store.enthought.com/downloads/)
44+
[IPython](http://ipython.org/install.html).
4345

4446
Note thatIPython notebooks also depend on `pyzmq` so if you have IPython notebooks
4547
installed, you likely have `pyzmq` already.
4648

49+
Finally, if you want to handle sparse arrays, you will need to install
50+
[Scipy](http://scipy.org/). This can also be installed from PyPI, or using
51+
distributions such as [Anaconda](https://store.continuum.io/cshop/anaconda/) or
52+
[Enthought Canopy](https://store.enthought.com/downloads/)
53+
54+
4755
## Usage
4856

4957
To use the pymatbridge you need to connect your python interpreter to a Matlab
@@ -226,7 +234,7 @@ For Matlab:
226234

227235
cd messenger
228236
# edit local.cfg in the directory for your platform
229-
python make.py
237+
python make.py matlab
230238
cd ..
231239
python setup.py install
232240

@@ -235,7 +243,7 @@ For Octave:
235243

236244
cd messenger/octave
237245
# edit local_octave.cfg in the directory for your platform
238-
python make_octave.py
246+
python make.py octave
239247
cd ..
240248
python setup.py
241249

0 commit comments

Comments
 (0)