Skip to content

Commit 892abc6

Browse files
committed
README: Explicit the main requirements
When people discover the project, it's cool to give a quick overview of what are the dependencies to make this project being used. Signed-off-by: Erwan Velu <[email protected]>
1 parent fb12867 commit 892abc6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,19 @@ If a single output file is provided, **hwgraph** plots for each benchmark :
5555
If multiple output files are passed as arguments, and only if they were generated with the same script file, **hwgraph** will compare for each benchmark the performance metrics.
5656

5757
For more details, see the specific documentation.
58+
59+
# Requirements
60+
## Mandatory
61+
- python >= 3.9
62+
- [python dependencies](./requirements/base.in)
63+
- turbostat >= 2022.07.28
64+
- numactl
65+
- dmidecode
66+
- util-linux >= 2.32
67+
- lspci
68+
- rpm
69+
70+
## Optional
71+
- ipmitool
72+
- ilorest (for HPE servers)
73+
- stress-ng >= 0.17.04

0 commit comments

Comments
 (0)