From 910e7a6d9860d3c558bf306d66463231540fa139 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Sat, 10 Jan 2026 01:44:30 +0400 Subject: [PATCH] docs: improve requirements section spacing --- readme.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 31b654a..957fd2c 100644 --- a/readme.md +++ b/readme.md @@ -24,13 +24,23 @@ per-project chat routing: assign different telegram chats to different projects. ## requirements -`uv` for installation (`curl -LsSf https://astral.sh/uv/install.sh | sh`), python 3.14+ (`uv python install 3.14`), and at least one engine on PATH: +`uv` for installation (`curl -LsSf https://astral.sh/uv/install.sh | sh`) -`codex` (`npm install -g @openai/codex` or `brew install codex`), `claude` (`npm install -g @anthropic-ai/claude-code`), `opencode` (`npm install -g opencode-ai@latest`), `pi` (`npm install -g @mariozechner/pi-coding-agent`). +python 3.14+ (`uv python install 3.14`) + +at least one engine on PATH: + +`codex` (`npm install -g @openai/codex` or `brew install codex`) + +`claude` (`npm install -g @anthropic-ai/claude-code`) + +`opencode` (`npm install -g opencode-ai@latest`) + +`pi` (`npm install -g @mariozechner/pi-coding-agent`) ## install -`uv tool install -U takopi` or try it with `uvx takopi@latest`. +`uv tool install -U takopi` ## setup