view scripts/build_python_module.sh @ 650:f926e0892dee

Update interface to have separate Reset() and Redesign(params) methods.
author ronw@google.com
date Wed, 12 Jun 2013 19:24:29 +0000
parents 01eba86df030
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..