diff options
Diffstat (limited to 'run.sh')
-rw-r--r-- | run.sh | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |