Archived
1
1
Fork 0

clarify requirements

This commit is contained in:
Josh Lay 2023-04-21 12:39:34 -05:00
parent 6c171a8e41
commit e3947fc243
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -15,6 +15,15 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP
*Note:* Tested _only_ on `RX6000` series cards -- will support more with help, please file an issue. *Note:* Tested _only_ on `RX6000` series cards -- will support more with help, please file an issue.
## Requirements ## Requirements
Only `Linux` is supported. Information heavily relies on the `hwmon` interfaces in `sysfs`.
### Python
The Fedora base repositories provide the requirements with these packages:
- `python3-humanfriendly`
- `python3-textual`
See [requirements.txt](requirements.txt) for other distributions
### Kernel ### Kernel
It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection. It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection.