Mercurial > hg > aimc
view scripts/build_python_module.sh @ 592:76c6b3fd0a05
First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++.
[1] aimc/C++/api/html/index.html
author | flatmax |
---|---|
date | Sat, 09 Feb 2013 23:53:48 +0000 |
parents | 01eba86df030 |
children |
line wrap: on
line source
#!/bin/bash cd swig python setup.py "build_ext" python setup.py install cd ..