Hancy's picture
init
851751e
raw
history blame
120 Bytes
#!/bin/sh
cd modules/chamfer
python setup.py build_ext --inplace
cd ../emd
python setup.py build_ext --inplace
cd ..