[SWDEV-514609] Added setuptools & wheel dependencies (#143)

[SWDEV-514609] Added setuptools & wheel dependencies

Change-Id: Iada4e85b37181a0fd67f625b49fda090f1447d13

Signed-off-by: Williams, Justin <Justin.Williams@amd.com>
Šī revīzija ir iekļauta:
Williams, Justin
2025-03-06 15:59:02 -07:00
revīziju iesūtīja GitHub
vecāks a340a54ee6
revīzija 82f6794573
4 mainīti faili ar 12 papildinājumiem un 12 dzēšanām
-6
Parādīt failu
@@ -29,9 +29,6 @@ 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
@@ -135,9 +132,6 @@ during development; earlier versions are not guaranteed to work.
In order to build the AMD SMI Python package, the following components are required:
* Python (3.6.8 or later)
* prerequisite modules:
* python3-wheel
* python3-setuptools
* virtualenv -- `python3 -m pip install virtualenv`
### Build steps