summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorBenji Dial <benji6283@gmail.com>2023-12-18 05:26:05 -0500
committerBenji Dial <benji6283@gmail.com>2023-12-18 05:26:05 -0500
commit41579ae10a676ee55df095a2512827cd00bf1ec9 (patch)
treec30d3d5b480f6f5cff755fec411779961653ec87 /run.sh
downloadmc-resources-41579ae10a676ee55df095a2512827cd00bf1ec9.tar.gz
first commit
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