Commit 8df9ffd1 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added install_local.sh

parent 5282ecd0
Loading
Loading
Loading
Loading

install_local.sh

0 → 100755
+8 −0
Original line number Diff line number Diff line
#!/usr/bin/env bash
rm -rf build
rm -rf dist
#python setup.py build_ext --inplace
#python setup.py install
python setup.py sdist
pip install dist/*.tar.gz --force-reinstall
rm -rf ./*.egg-info
 No newline at end of file