From bc573e2e266b46cfe2ca39101031a77249a15be8 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Fri, 1 Jan 2021 11:28:55 -0600 Subject: [PATCH] Updated Game Log Server (markdown) --- Game-Log-Server.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Game-Log-Server.md b/Game-Log-Server.md index dde361c..72bb688 100644 --- a/Game-Log-Server.md +++ b/Game-Log-Server.md @@ -2,10 +2,11 @@ The game log server provides a way to remotely host your server's log over a htt This feature is useful if you plan on running IW4MAdmin on a different machine than the game server. ## Requirements -- [Python 3.8.x](https://www.python.org/downloads/) or newer +- [Python 3.9.x](https://www.python.org/downloads/) or newer +- [GameLogServer](https://github.com/RaidMax/IW4MAdmin-GameLogServer) ## Installing -1. With Python 3.x installed, open up a terminal/command prompt window in the `GameLogServer` folder and execute: +1. With Python 3.9.x installed, open up a terminal/command prompt window in the `GameLogServer` folder and execute: ```console pip install -r requirements.txt ```