From c68e1e23fbce4b7693825852cb4ad5e02a1886d6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 17 May 2025 00:17:46 +0200 Subject: [PATCH] Added more instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07cc3f3..0462e23 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,25 @@ Maybe it's straightforward or obvious, but just for completeness: the name comes 2. The ability to turn on and off tasmota devices ("on" and "off" pronounced directly one after the other sounds (a bit) like "onov") -## Dependencies +## Installation The CLI script ([tasmotonov.py](tasmotonov.py)) relies on two libaries apart from python3's standard libraries: - `fqdn`: for validating the FQDN - `requests`: for making the HTTP requests +To use it, just execute the following command: + +```bash +pip install fqdn requests +``` + +--- + +The GUI application is based on Qt with it's python3 bindings PyQt6. + +TODO + ## License