summaryrefslogtreecommitdiff
path: root/run.sh
blob: c945ca5f99e84b1270a5e8d4db7f0f40f58c32a0 (plain) (blame)
1
2
3
4
5
6
7
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