From 223ab40bf887c6c2d2232f82d55d66052abe2eaa Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 16 Jun 2025 16:53:34 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- config.ini | 6 +++--- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a43a129..476b33f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Compared to older versions, the new BiogasControllerApp doesn't install itself a - Documented code so you can more easily understand what is happening # Issues -If you encounter any bugs or other weird behaviour, please open an issue on this GitHub repository. +If you encounter any bugs or other weird behaviour, please open an issue on this GitHub repository, contact me on my [support page](https://support.janishutz.com) or send me an [email](mailto:development@janishutz.com) # Documentation You may find documentation for this project in its wiki here on GitHub. The code is also documented with explanations what it does @@ -55,15 +55,15 @@ You may find documentation for this project in its wiki here on GitHub. The code # Officially Supported OS - Microsoft Windows 10, 11 (through the provided compiled package, might work on older versions as well) - Microsoft Windows XP, Vista, 7, 8, 10, 11 (through running the package with Python yourself) -- MacOS 10.9 (Mavericks) or later (required by Python) - GNU/Linux: All distros that support Python 3.8 or later (use `install-linux.sh` to install and `launch.sh` to launch for convenience) - FreeBSD: If you have Pyhton 3.8 or later installed ## Dependencies Only needed if you run with python directly - Python 3.10 - latest (only tested on this version, but should work down to at least 3.8) -- kivy[base] -- pyserial +- kivy[base]==2.3.1 +- kivymd==1.1.1 +- pyserial==3.5 To install them, run `pip install -r requirements.txt` diff --git a/config.ini b/config.ini index 960d51e..d19ccad 100644 --- a/config.ini +++ b/config.ini @@ -17,9 +17,9 @@ accent_color = Lime verbose = False use_test_library = False # One time out of how many (plus one) it should fail -fail_sim = 10 +fail_sim = 20 [Tariffs] impose_tariffs = False -kivy_rate = 50 -pyserial_rate = 500 +kivy_rate = 0 +pyserial_rate = 0 diff --git a/requirements.txt b/requirements.txt index 7c08314..e9d727d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -kivy[base] +kivy[base]==2.3.1 kivymd==1.1.1 -pyserial +pyserial==3.5