GP-5419: Fix installation guide re/ pybag version required.

This commit is contained in:
Dan 2025-02-28 17:58:40 +00:00
parent 3b421a4f42
commit 67bca91abb

View file

@ -54,7 +54,7 @@ a specific need.
* [Adoptium Temurin](https://adoptium.net/temurin/releases) * [Adoptium Temurin](https://adoptium.net/temurin/releases)
* [Amazon Corretto](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html) * [Amazon Corretto](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
* Python3 (3.9 to 3.13) * Python3 (3.9 to 3.13)
* Python 3.7 to 3.13 for [Debugger support](#installing-the-debuggers-python-dependencies) * Python 3.7 to 3.13 for [Debugger support](#debugger-notes)
* Python 3.9 to 3.13 for [PyGhidra support](#pyghidra-mode) * Python 3.9 to 3.13 for [PyGhidra support](#pyghidra-mode)
* This is available from [Python.org](https://python.org) or most operating system's app stores or * This is available from [Python.org](https://python.org) or most operating system's app stores or
software repositories. For Linux it is recommended that the system's package repository be used software repositories. For Linux it is recommended that the system's package repository be used
@ -162,7 +162,7 @@ a [supported](#minimum-requirements) version of Python and some additional packa
are included in the distribution, but you may still install them from PyPI if you prefer: are included in the distribution, but you may still install them from PyPI if you prefer:
* psutil * psutil
* protobuf==3.20.3 * protobuf==3.20.3
* Pybag>=2.2.10 (for WinDbg support) * Pybag>=2.2.12 (for WinDbg support)
Different native debuggers have varying requirements, so you do not necessarily have to install all Different native debuggers have varying requirements, so you do not necessarily have to install all
of the above packages. Each connector will inform you of its specific requirements and where they of the above packages. Each connector will inform you of its specific requirements and where they