diff --git a/README.md b/README.md index 689b9ab..6b9061a 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,13 @@ Simple TUI _(using [Textual](https://textual.textualize.io/))_ that shows AMD GP - Configured - Board capability -## Requirements +*Note:* Tested _only_ on `RX6000` series cards -- will support more with help, please file an issue. +## Requirements +### Kernel It _may_ be necessary to update the `amdgpu.ppfeaturemask` parameter to enable data collection. -This is assumed for *control* over the elements being monitored. Untested without. See [this Arch Wiki doc](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context - -The following unusual modules are required: - - [textual](https://textual.textualize.io/reference/) - - [humanfriendly](https://pypi.org/project/humanfriendly/) - -This list *may not* be maintained; consider imports / your environment +This is assumed for *control* over the elements being monitored. Untested without. See [this](https://wiki.archlinux.org/title/AMDGPU#Boot_parameter) for context ## Screenshots diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0ebc36e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +textual==0.10.* +humanfriendly==10.0