From ff0985323509b587063cfc3aaecf0625490d9a5f Mon Sep 17 00:00:00 2001 From: xxxigm <54813621+xxxigm@users.noreply.github.com> Date: Thu, 7 May 2026 21:27:51 +0700 Subject: [PATCH] docs(readme): prefer .venv to match AGENTS.md and scripts/run_tests.sh (#21334) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a28707220e..0045858261 100644 --- a/README.md +++ b/README.md @@ -155,8 +155,8 @@ Manual path (equivalent to the above): ```bash curl -LsSf https://astral.sh/uv/install.sh | sh -uv venv venv --python 3.11 -source venv/bin/activate +uv venv .venv --python 3.11 +source .venv/bin/activate uv pip install -e ".[all,dev]" scripts/run_tests.sh ```