Mercurial > hg > aimc
view scripts/build_python_module.sh @ 41:65e9aed2e800
-New experimental system with pre-noised signals.
author | tomwalters |
---|---|
date | Thu, 04 Mar 2010 11:01:39 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..