view scripts/build_python_module.sh @ 178:3733c5fc4cb3

- More AWS stuff
author tomwalters
date Wed, 11 Aug 2010 10:34:57 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..