readme: move screenshots to new/separate section
This commit is contained in:
parent
6db3130a35
commit
e9c1890fd9
1 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
@ -2,12 +2,23 @@
|
||||||
|
|
||||||
A Python module/TUI for AMD GPU statistics
|
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!
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
<details open>
|
||||||
|
<summary>Main screen / stats</summary>
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Usage graphs</summary>
|
||||||
|

|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Logs</summary>
|
||||||
|

|
||||||
|
</details>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
pip install amdgpu-stats
|
pip install amdgpu-stats
|
||||||
|
|
Reference in a new issue