Archived
1
1
Fork 0

add language hints for highlighting

This commit is contained in:
Josh Lay 2023-05-11 21:24:18 -05:00
parent 30f1f1f247
commit 400eac8772
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -7,7 +7,7 @@ A Python module/TUI for AMD GPU statistics
Tested _only_ on `RX6000` series cards; APUs and more _may_ be supported. Please file an issue if finding incompatibility! Tested _only_ on `RX6000` series cards; APUs and more _may_ be supported. Please file an issue if finding incompatibility!
## Installation ## Installation
``` ```bash
pip install amdgpu-stats pip install amdgpu-stats
``` ```
To use the _TUI_, run `amdgpu-stats` in your terminal of choice. For the _module_, see below! To use the _TUI_, run `amdgpu-stats` in your terminal of choice. For the _module_, see below!
@ -15,7 +15,7 @@ To use the _TUI_, run `amdgpu-stats` in your terminal of choice. For the _module
## Module ## Module
Introduction: Introduction:
``` ```python
In [1]: import amdgpu_stats.utils In [1]: import amdgpu_stats.utils
In [2]: amdgpu_stats.utils.AMDGPU_CARDS In [2]: amdgpu_stats.utils.AMDGPU_CARDS