Add installation instructions for required packages

This commit is contained in:
Frank Harris 2025-09-10 18:53:44 -04:00 committed by GitHub
parent 61a4b02a74
commit 1afea9cec8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python3
# collector.py (place in gameserver root; run via cron)
# On each machine: pip install psutil mysql-connector-python
import os, socket, time, subprocess
from datetime import datetime, timezone