mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Update README
This commit is contained in:
@@ -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
|
- Documented code so you can more easily understand what is happening
|
||||||
|
|
||||||
# Issues
|
# 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
|
# Documentation
|
||||||
You may find documentation for this project in its wiki here on GitHub. The code is also documented with explanations what it does
|
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
|
# Officially Supported OS
|
||||||
- Microsoft Windows 10, 11 (through the provided compiled package, might work on older versions as well)
|
- 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)
|
- 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)
|
- 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
|
- FreeBSD: If you have Pyhton 3.8 or later installed
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
Only needed if you run with python directly
|
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)
|
- Python 3.10 - latest (only tested on this version, but should work down to at least 3.8)
|
||||||
- kivy[base]
|
- kivy[base]==2.3.1
|
||||||
- pyserial
|
- kivymd==1.1.1
|
||||||
|
- pyserial==3.5
|
||||||
|
|
||||||
To install them, run `pip install -r requirements.txt`
|
To install them, run `pip install -r requirements.txt`
|
||||||
|
|
||||||
|
|||||||
@@ -17,9 +17,9 @@ accent_color = Lime
|
|||||||
verbose = False
|
verbose = False
|
||||||
use_test_library = False
|
use_test_library = False
|
||||||
# One time out of how many (plus one) it should fail
|
# One time out of how many (plus one) it should fail
|
||||||
fail_sim = 10
|
fail_sim = 20
|
||||||
|
|
||||||
[Tariffs]
|
[Tariffs]
|
||||||
impose_tariffs = False
|
impose_tariffs = False
|
||||||
kivy_rate = 50
|
kivy_rate = 0
|
||||||
pyserial_rate = 500
|
pyserial_rate = 0
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
kivy[base]
|
kivy[base]==2.3.1
|
||||||
kivymd==1.1.1
|
kivymd==1.1.1
|
||||||
pyserial
|
pyserial==3.5
|
||||||
|
|||||||
Reference in New Issue
Block a user