Update README.md
This commit is contained in:
parent
439386e0eb
commit
f9954978ba
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ A Forgejo workflow (`.forgejo/workflows/power-graph.yml`) automates the chart ge
|
||||||
|
|
||||||
What it does:
|
What it does:
|
||||||
|
|
||||||
1. Runs on a self-hosted runner because it needs local hwmon logs and Python packages.
|
1. Runs on a self-hosted runner for separation of processing (You will need to set one up if using forgejo).
|
||||||
2. Manually clones the repo with a read token stored in `secrets.PAT_READ_REPO`.
|
2. Manually clones the repo with a read token stored in `secrets.PAT_READ_REPO`.
|
||||||
3. Installs Python (via `apt`), prepares a virtualenv, and pulls `pandas` + `matplotlib`.
|
3. Installs Python (via `apt`), prepares a virtualenv, and pulls `pandas` + `matplotlib`.
|
||||||
4. Executes `python plot_power.py`, producing `power_graph.png`.
|
4. Executes `python plot_power.py`, producing `power_graph.png`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue