Spaces:
Sleeping
Sleeping
File size: 157 Bytes
d4b77ac |
1 2 3 4 5 6 7 8 9 10 |
#!/usr/bin/env bash
cd utils/pyvotkit
python setup.py build_ext --inplace
cd ../../
cd utils/pysot/utils/
python setup.py build_ext --inplace
cd ../../../
|