From d49aa17a9ace0a4e669cb2f1517aa369f8827e24 Mon Sep 17 00:00:00 2001 From: Kevin Puertas Ruiz Date: Thu, 21 Nov 2019 11:10:04 +0100 Subject: [PATCH] Docs --- docs/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4a97a0c..7f19664 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,13 +22,17 @@ It's not error proof, then, I don't have any responsability if something crashes ## Server For server you can use Linux, Mac or Windows, and in theory any environment that can run Python 3 can work as server -- Python3 with: + +- Python3 with: - Flask - pyopenssl - Yaml - Python3 deps can be installed it using pip install command (pip install pyopenssl flask pyyaml) -- For controlling the program, you have to start control.pyw using Python3. It doesn't need to be started in server, but it has to be in that folder (Or with configpcm.ini file). - It uses easygui of python3 (pip install easygui) + + - Python3 deps can be installed it using pip install command (pip install pyopenssl flask pyyaml) + +- For controlling the program, you have to start control.pyw using Python3. It doesn't need to be started in server, but it has to be in that folder (Or with configpcm.ini file). + +It uses easygui of python3 (pip install easygui) ## Clients - Windows: