Mercurial > hg > aimc
view scripts/build_python_module.sh @ 187:d7dc7014b0af
- AWS
author | tomwalters |
---|---|
date | Wed, 11 Aug 2010 22:53:59 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..