Mercurial > hg > aimc
view scripts/build_python_module.sh @ 167:420965490ce1
- Add support for reading and writing vectors from signal banks. Useful for Python.
author | tomwalters |
---|---|
date | Wed, 04 Aug 2010 20:56:29 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..