From 4effd48fe2906b19e8a8a67f541ceb5d4281acc7 Mon Sep 17 00:00:00 2001 From: gabrpham Date: Wed, 6 Nov 2024 15:29:17 -0600 Subject: [PATCH] [SWDEV-489060] Added python3-setuptools and wheel as prereqs in README. Signed-off-by: gabrpham Change-Id: I51cf938033d746bd6c255d518d7e0d3a87296be4 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index df5d18518b..0cc125e01f 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ installed to query firmware information and hardware IPs. ### Requirements * python 3.6.8+ 64-bit + - prerequisite modules: + - python3-wheel + - python3-setuptools * amdgpu driver must be loaded for amdsmi_init() to pass ### Installation @@ -91,6 +94,14 @@ Type "help", "copyright", "credits" or "license" for more information. >>> ``` +### Installing the Python Prerequisite Modules + +Python3-setuptools and python3-wheel can both be installed through the pip installer as shown below: + +```bash +python3 -m pip install setuptools wheel +``` + ## Usage Basics for the C Library ### Device/Socket handles