From 321aa328de03f77b4d01d74410c418e3e2001ee2 Mon Sep 17 00:00:00 2001 From: "Williams, Justin" Date: Wed, 18 Dec 2024 15:34:35 -0600 Subject: [PATCH] Update README.md Signed-off-by: Williams, Justin [ROCm/amdsmi commit: 71d8fa1c0ff5013b5c3ff125c7a8bdd71b046818] --- projects/amdsmi/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/amdsmi/README.md b/projects/amdsmi/README.md index 1cbc06c7c6..cdf3ca9925 100644 --- a/projects/amdsmi/README.md +++ b/projects/amdsmi/README.md @@ -29,6 +29,9 @@ for more information. The following are required to install and use the AMD SMI libraries and CLI tool. * Python 3.6.8+ (64-bit) + * prerequisite modules: + * python3-wheel + * python3-setuptools * `amdgpu` driver must be loaded for [`amdsmi_init()`](./docs/how-to/amdsmi-cpp-lib#hello-amd-smi) to work. ## Install amdgpu driver and AMD SMI with ROCm