From af0d704e2e545994e790daa45e13be0831f0d352 Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Tue, 9 Dec 2025 15:05:23 +0900 Subject: [PATCH] update readme Signed-off-by: YoungSoo Shin --- example/logger/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/logger/README.md b/example/logger/README.md index 3179207..c59495b 100644 --- a/example/logger/README.md +++ b/example/logger/README.md @@ -6,6 +6,11 @@ Based on this script, you can monitor power consumption and implement graph plot ### Install Python Virtual Environment +```shell +git clone https://github.com/hardkernel/odroid-powermate.git +cd odroid-powermate/example/logger +``` + ```shell sudo apt install virtualenv virtualenv venv