Add TP-Link Deco network stats tools

This commit is contained in:
Adolfo Reyna
2026-06-03 14:37:17 -04:00
parent 5b0c711f45
commit 5be3c93735
9 changed files with 247 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/zsh
set -euo pipefail
PROJECT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
cd "$PROJECT_DIR"
if [[ ! -x .venv/bin/python ]]; then
python3 -m venv .venv
fi
.venv/bin/python -m pip install -r requirements.txt