Mercurial > hg > aimc
view trunk/scripts/build_python_module.sh @ 558:8ca6eb401a03
Compute member detect_scale_ in AGC_coefficients
author | pfh1976@gmail.com |
---|---|
date | Mon, 09 Apr 2012 13:22:28 +0000 |
parents | e344ef4898b2 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..