diff options
author | Benji Dial <benji6283@gmail.com> | 2023-12-18 05:26:05 -0500 |
---|---|---|
committer | Benji Dial <benji6283@gmail.com> | 2023-12-18 05:26:05 -0500 |
commit | 41579ae10a676ee55df095a2512827cd00bf1ec9 (patch) | |
tree | c30d3d5b480f6f5cff755fec411779961653ec87 /run.sh | |
download | mc-resources-41579ae10a676ee55df095a2512827cd00bf1ec9.tar.gz |
first commit
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 |