Revise wording to not imply *only* Python 3.10 can be installed

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-09-25 01:52:34 +08:00 committed by nora
parent 206f42b6f3
commit 957ea06e2e
1 changed files with 3 additions and 4 deletions

View File

@ -258,10 +258,9 @@ test based on the debugger currently being used:
> >
> If you want to run lldb debuginfo tests locally, then currently on Windows it is required that: > If you want to run lldb debuginfo tests locally, then currently on Windows it is required that:
> >
> - You have **exactly** Python 3.10 installed -- not a newer version, not an older version, > - You have Python 3.10 installed.
> precisely 3.10. > - You have `python310.dll` available in your `PATH` env var. This is not provided by the standard
> - You have the `python310.dll` available in your `PATH` env var. This is not provided by the > Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
> standard Python installer you obtain from `python.org`; you need to add this to `PATH` manually.
> >
> Otherwise the lldb debuginfo tests can produce crashes in mysterious ways. > Otherwise the lldb debuginfo tests can produce crashes in mysterious ways.