octomode/Makefile

8 lines
157 B
Makefile

default: run
setup:
@if [ ! -d ".venv" ]; then python3 -m venv .venv && .venv/bin/pip install -r requirements.txt; fi
run:
@.venv/bin/python octomode.py