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 ```