docs(readme): prefer .venv to match AGENTS.md and scripts/run_tests.sh (#21334)

This commit is contained in:
xxxigm 2026-05-07 21:27:51 +07:00 committed by GitHub
parent 145e8ec237
commit ff09853235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
```