summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index c945ca5..9a8f8b5 100644
--- a/run.sh
+++ b/run.sh
@@ -1,7 +1,7 @@
if [ ! -e env ]; then
echo creating venv...
python3 -m venv env
- env/bin/pip3 install fuzzywuzzy[speedup]
+ env/bin/pip3 install thefuzz
echo venv created
fi