Archived
1
1
Fork 0

add requirements.txt w/ tested versions

This commit is contained in:
Josh Lay 2023-04-21 11:57:37 -05:00
parent d9afdecadf
commit 6c171a8e41
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 6 additions and 8 deletions

View file

@ -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

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
textual==0.10.*
humanfriendly==10.0