SMOP -- open Source Matlab/Octave to Python compiler
Installation with easy_install
==============================
This is the preferred option, because easy_install takes care of
everything -- finding the dowinload site, and installing the dependences
(numpy and networkx). If you don't have easy_install, this is the
perfect time to install it. It is a part of setuptools package located
at http://pypi.python.org/pypi/setuptools.
$ easy_install smop
Binary Windows installer
========================
Download it from http://bitbucket.org/victorlei/smop/downloads then just
run it, but you must make sure you have installed the dependences --
numpy and networkx.
Installation from sources
=========================
$ tar zxvf smop-0.1.tar.gz
$ cd smop-0.1
$ python setup.py install [--user]
$ python setup.py test
If you use the --user option, don't forget to put
your .local/bin into the search path (unix only).