Commit 9dbb0a64 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added build_ext in build script

parent fc23995e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ pip install -r requirements.txt

echo "===================== install package ====================="
rm -rf dist
#python setup.py build_ext --inplace
python setup.py build_ext --inplace
#python setup.py install
python setup.py sdist
pip install dist/*.tar.gz --force-reinstall