install_local.sh 181 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
#!/usr/bin/env bash
rm -rf build
rm -rf dist
BO ZHANG's avatar
BO ZHANG committed
4
python setup.py build_ext
BO ZHANG's avatar
BO ZHANG committed
5
6
7
8
#python setup.py install
python setup.py sdist
pip install dist/*.tar.gz --force-reinstall
rm -rf ./*.egg-info