From 9b680f428484625f4f35dc3617f134187c6bcd4a Mon Sep 17 00:00:00 2001 From: Chenggang Zhao Date: Fri, 5 Dec 2025 17:06:48 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6e5e6f2..5c7021c 100755 --- a/install.sh +++ b/install.sh @@ -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"