From d64f137c70b0eaafd89935711b43bee49aaefbc0 Mon Sep 17 00:00:00 2001 From: siegmund0 <54911521+siegmund0@users.noreply.github.com> Date: Fri, 24 Apr 2020 16:32:49 -0300 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a35b29e..bbf0c46 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,22 @@ -/// YOU NEED PYTHON BE INSTALLED -/// OPEN CMD OR WINDOWS POWER SHELL AND PUT: ```py -m pip install mysql-connector``` - -/// ADD python "PATH" to your windows path for execute ```pip``` command. Like this... - +## YOU NEED PYTHON BE INSTALLED +Download: https://www.python.org/ +**This is _extremely_ important** +**Install python and check your windows PATH folder. You need install python PATH** +Like This: +## NEXT +**Exectute the following command*** +```py -m pip install mysql-connector``` +if you don't have python path installed this command will not work -/Intructions: + +# Intructions for Leaderboard instalation: 1- You need a mysql-.json folder intermediate or just enter the json manually in Database (script.py) @@ -39,13 +44,13 @@ They have to have some web mounted later prepared to accommodate the files withi -Note: In my case I use a python-based broker. But you can find other examples based on php and Bootstrap4 +## Note: In my case I use a python-based broker. But you can find other examples based on php and Bootstrap4 -Points to consider: +### Points to consider: -//The .json files are located in the "Profiles" folder of the dayzserver (or the name given to it) -//The broker with the "script.py" database makes modifications every 60 seconds in case the file has changed. -//The "script.py" does NOT replace the data in the database, it only updates them if they change. +The .json files are located in the "Profiles" folder of the dayzserver (or the name given to it) +The broker with the "script.py" database makes modifications every 60 seconds in case the file has changed. +The "script.py" does NOT replace the data in the database, it only updates them if they change. enjoy!