tg-bot/Makefile

7 lines
107 B
Makefile
Raw Permalink Normal View History

2021-05-08 07:50:39 +01:00
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
up:
.venv/bin/python3 -m tipbot