This commit is contained in:
2019-11-21 11:10:04 +01:00
parent 8a794eb70f
commit d49aa17a9a

View File

@@ -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: