Logo
Explore Help
Register Sign In
retoor/snekbot
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
snekbot/Makefile
T

14 lines
168 B
Makefile
Raw Permalink Normal View History

docs: add .gitignore, LICENSE, Makefile, README tutorial, example bot, pyproject.toml, and core snekbot modules
2025-02-01 14:58:18 +00:00
PYTHON=./.venv/bin/python
PIP=./.venv/bin/pip
APP=./example.py
all: install run
install:
chore: update Makefile to use python3.12 and fix formatting in example bot code
2025-05-05 20:08:30 +00:00
python3.12 -m venv .venv
docs: add .gitignore, LICENSE, Makefile, README tutorial, example bot, pyproject.toml, and core snekbot modules
2025-02-01 14:58:18 +00:00
$(PIP) install -e .
run:
$(PYTHON) $(APP)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.2 Page: 22ms Template: 3ms
Dark
English
English
Licenses API