octomode/Makefile
2022-10-02 11:34:09 +02:00

9 lines
126 B
Makefile

default: run
setup:
@python3 -m venv .venv
@.venv/bin/pip install -r requirements.txt
run:
@.venv/bin/python octomode.py