view trunk/scripts/build_python_module.sh @ 600:b1cbc2617c7f

Updated Matrix resizing and Zeroing using rif@google's suggestions.
author flatmax
date Tue, 26 Feb 2013 10:43:26 +0000
parents e344ef4898b2
children
line wrap: on
line source
#!/bin/bash
cd swig
python setup.py "build_ext"
python setup.py install
cd ..