Update install.sh

This commit is contained in:
Chenggang Zhao
2025-12-05 17:06:48 +08:00
committed by GitHub
parent 659a279bbd
commit 9b680f4284

View File

@@ -7,7 +7,7 @@ cd "$script_dir"
rm -rf build dist
rm -rf *.egg-info
python setup.py bdist_wheel
pip install dist/*.whl
pip install dist/*.whl --force-reinstall
# Open users' original directory
cd "$original_dir"