summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 0000000..c945ca5
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,8 @@
+if [ ! -e env ]; then
+ echo creating venv...
+ python3 -m venv env
+ env/bin/pip3 install fuzzywuzzy[speedup]
+ echo venv created
+fi
+
+env/bin/python3 ./mc-resources.py