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: