view scripts/build_python_module.sh @ 633:a6e67f042b93

Some cleanups of internal SAI computation to improve readability.
author ronw@google.com
date Fri, 24 May 2013 17:04:33 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..