Mercurial > hg > aimc
view scripts/build_python_module.sh @ 139:a06ab1d44e43
- Updated results plotting
author | tomwalters |
---|---|
date | Mon, 01 Nov 2010 01:29:33 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..