@@ -22,30 +22,12 @@ Matlab code together (requires ipython > 0.13).
2222` pymatbridge ` can be installed from [ PyPI] [ 1 ] :
2323
2424```
25- $ pip install pymatbridge # sudo may be needed
26- ```
27-
28- ` pymatbridge ` communicates with Matlab using zeromq. So before installing
29- pymatbridge you must have [ zmq] ( http://zeromq.org/intro:get-the-software )
30- library and [ pyzmq] ( http://zeromq.org/bindings:python ) installed on your
31- machine. These can be installed using
32-
33- ```
34- $ pip install pyzmq
35- ```
36- You will also need [ Numpy] ( http://www.numpy.org/ ) , which can be installed
37- using:
38-
39- ```
40- $ pip install numpy
25+ $ pip install pymatbridge
4126```
4227
4328If you intend to use the Matlab magic extension, you'll also need
4429[ IPython] ( http://ipython.org/install.html ) .
4530
46- Note thatIPython notebooks also depend on ` pyzmq ` so if you have IPython notebooks
47- installed, you likely have ` pyzmq ` already.
48-
4931Finally, if you want to handle sparse arrays, you will need to install
5032[ Scipy] ( http://scipy.org/ ) . This can also be installed from PyPI, or using
5133distributions such as [ Anaconda] ( https://store.continuum.io/cshop/anaconda/ ) or
@@ -162,6 +144,7 @@ Python and Matlab using the [0MQ](http://zeromq.org/) messaging library. This sh
162144without any need for compilation on most computers. However, in some cases, you might want
163145to build the pymatbridge messenger from source. To do so, you will need to follow the instructions below:
164146
147+
165148### Install zmq library
166149Please refer to the [ official guide] ( http://zeromq.org/intro:get-the-software ) on how to
167150build and install zmq. On Ubuntu, it is as simple as ` sudo apt-get install libzmq3-dev ` .
0 commit comments