view scripts/build_python_module.sh @ 242:a9dc6e8de42a

- Oops
author tomwalters
date Mon, 25 Oct 2010 00:31:07 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..