From 56d64c65b5d30a10e1ca851b9c045dbe2e75131a Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Mon, 9 Dec 2024 16:28:35 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 263b5fb..bfb7370 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Agent for my-idlers +The design is supposed to be minimise dependencies. It doesn't have python +dependencies and should work with python from 3.4 on (so that you can use it on +older OSes without having to upgrade python) + +Application dependencies are hdparm, nvme and dmidecode + ``` export AGENT_API= HOST=https://idlers.test2.sysdeploy.org;python3 agent.py ```