Add installation instructions for required packages
This commit is contained in:
parent
61a4b02a74
commit
1afea9cec8
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue