diff --git a/update.sh b/update.sh index c4a5f18..ccdf720 100755 --- a/update.sh +++ b/update.sh @@ -2,4 +2,6 @@ git pull git submodule update --remote +if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi + deactivate \ No newline at end of file