mirror of
https://git.wownero.com/lza_menace/tg-bot.git
synced 2024-08-15 00:23:12 +00:00
6 lines
107 B
Makefile
6 lines
107 B
Makefile
setup:
|
|
python3 -m venv .venv
|
|
.venv/bin/pip install -r requirements.txt
|
|
|
|
up:
|
|
.venv/bin/python3 -m tipbot
|