view scripts/build_python_module.sh @ 22:645cfd371cff

- Added scripts directory with a few basic scripts for testing modules and interfacting with matlab
author tomwalters
date Mon, 22 Feb 2010 18:17:14 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..