tg-bot/Makefile
2021-05-07 23:50:39 -07:00

6 lines
107 B
Makefile

setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
up:
.venv/bin/python3 -m tipbot