From 62d41c54dec1160d75bb804f1329b2ed362f1839 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Tue, 17 Jun 2025 19:54:06 -0400 Subject: [PATCH] Tweak Prerequisites --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f809ea..112a30a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Right now only CPU tempatures are monitored. # Prerequisites * [Ntfy](https://ntfy.sh/) -* [Proxmoxer](https://pypi.org/project/proxmoxer/) * python3 -* python3-requests (It's possible to use `curl` instead with Python [subprocess](https://docs.python.org/3/library/subprocess.html)) [*Optional] +* python3-requests +* python3-psutil # Deploying This example will utilize [tmux](https://github.com/tmux/tmux/wiki):