view scripts/build_python_module.sh @ 249:90181ab320f0

- Scripts for plotting summary performance graphs.
author tomwalters
date Mon, 01 Nov 2010 00:31:00 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..