This commit is contained in:
Erik Frojdh
2020-02-11 16:22:48 +01:00
parent 4f4f3baefc
commit 041c9fefa0
2 changed files with 10 additions and 8 deletions

View File

@ -11,7 +11,9 @@
# cp -r build/bin/sls_detector $PREFIX/lib/.
#copy shared lib
echo "|<-------- starting python build"
cp build/bin/_sls_detector* python/.
cd python
$PYTHON setup.py install
python setup.py install
# $PYTHON setup.py install