octomode/Makefile

10 lines
127 B
Makefile
Raw Normal View History

2022-01-12 21:27:06 +01:00
default: run
setup:
@python3 -m venv .venv
@.venv/bin/pip install -r requirements.txt
run:
@.venv/bin/python octomode.py