summaryrefslogtreecommitdiff
path: root/run.sh
blob: 9a8f8b5098527a603732fdc0a41e58c3f0724f2d (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 thefuzz
  echo venv created
fi

env/bin/python3 ./mc-resources.py