Mercurial > hg > aimc
view scripts/build_python_module.sh @ 506:db0e5e86fddd
Update OHC_NLF parameterization and parameter values
author | dicklyon@google.com |
---|---|
date | Wed, 30 May 2012 20:49:47 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..