add requirements.txt w/ tested versions
This commit is contained in:
parent
d9afdecadf
commit
6c171a8e41
2 changed files with 6 additions and 8 deletions
12
README.md
12
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
|
||||
|
||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
textual==0.10.*
|
||||
humanfriendly==10.0
|
Reference in a new issue