From 458136598e5741c3182b3203d29f13a4450c3a7d Mon Sep 17 00:00:00 2001 From: Alexander Nicolay Date: Tue, 7 Jul 2026 15:27:17 +0200 Subject: [PATCH] AGENTS.md: install from PyPI --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9237556..81655a0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -23,7 +23,7 @@ The decision tree: - Most users → **Docker**: copy `docker-compose.example.yml`, fill in env vars, `docker compose up -d`. Image: `ghcr.io/alexnly/matebot:latest` (multi-arch, Raspberry Pi works). - - Python users → `pip install "matebot[telegram] @ git+https://github.com/AlexNly/MATEbot"`, + - Python users → `pipx install "matebot[telegram]"` (or plain pip), then `matebot run` (systemd unit or `screen` for persistence). - NixOS users → flake input + `services.matebot` module (see README). 3. **Telegram bot** (the fiddly part for novices — walk them through it):