From f066e0d760fa889b0305ceb0fe557667ebb2251a Mon Sep 17 00:00:00 2001 From: mmontan Date: Wed, 11 Feb 2026 06:26:39 -0800 Subject: [PATCH] docs: Specify Python 3.11 in installation instructions Prevents Google API deprecation warnings when uv picks an older Python. Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7051c07..121c530 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ A command-line interface to manage Agent Engine. ```bash # With uv (recommended) -uv tool install agent-engine-cli +uv tool install agent-engine-cli --python 3.11 -# With pip +# With pip (requires Python 3.11+) pip install agent-engine-cli ```