[SWDEV-489060] Added python3-setuptools and wheel as prereqs in README.

Signed-off-by: gabrpham <Gabriel.Pham@amd.com>
Change-Id: I51cf938033d746bd6c255d518d7e0d3a87296be4
Этот коммит содержится в:
gabrpham
2024-11-06 15:29:17 -06:00
коммит произвёл Gabriel Pham
родитель 7fc4b853d4
Коммит 4effd48fe2
+11
Просмотреть файл
@@ -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