This commit is contained in:
2019-09-05 12:26:10 +02:00
parent af1abf51f6
commit 44867bec74
62 changed files with 8127 additions and 4 deletions

View File

@@ -24,9 +24,9 @@ It's not error proof, then, I don't have any responsability if something crashes
## Server
For server you can use Linux or Windows, and in theory any environment that can run Python 3 can work as server
- Python3 with:
- Falcon
- Waitress-serve
- Yaml
- Falcon
- Waitress-serve
- Yaml
Python3 deps can be installed it using pip install command (pip install waitress falcon 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)