[SWDEV-489060] Added python3-setuptools and wheel as prereqs in README.
Signed-off-by: gabrpham <Gabriel.Pham@amd.com> Change-Id: I51cf938033d746bd6c255d518d7e0d3a87296be4
This commit is contained in:
@@ -24,6 +24,9 @@ installed to query firmware information and hardware IPs.
|
|||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
* python 3.6.8+ 64-bit
|
* python 3.6.8+ 64-bit
|
||||||
|
- prerequisite modules:
|
||||||
|
- python3-wheel
|
||||||
|
- python3-setuptools
|
||||||
* amdgpu driver must be loaded for amdsmi_init() to pass
|
* amdgpu driver must be loaded for amdsmi_init() to pass
|
||||||
|
|
||||||
### Installation
|
### 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
|
## Usage Basics for the C Library
|
||||||
|
|
||||||
### Device/Socket handles
|
### Device/Socket handles
|
||||||
|
|||||||
مرجع در شماره جدید
Block a user