Mercurial > hg > aimc
view scripts/build_python_module.sh @ 463:638d4f0ae139
Improve AGC coeffs design with better math
author | dicklyon@google.com |
---|---|
date | Wed, 07 Mar 2012 00:03:09 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..