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

added install_local.sh

parent 5282ecd0
Pipeline #47 passed with stages
in 7 seconds
#!/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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment