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