From 3beb34ff17aa5ce10dac8556bf5f6612bac9a9c4 Mon Sep 17 00:00:00 2001 From: Thomas Vogl Date: Fri, 16 Dec 2022 23:00:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2929bba..2b9d8de 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,11 @@ So this tool aims to get rid of the app by parsing data from _MyMüll.de_ web se ## Setup - install and setup latest python3 on your platform. - open a shell and check if the command `python --version` works and points the intended version +- download following file from repository: + [mymuell2caldav-1.0.0-py3-none-any.whl](https://git.voglfrei.net/public/MyMuellDavSync/media/branch/master/releases/mymuell2caldav-1.0.0-py3-none-any.whl) - install it with via following shell command: - `python -m pip install https://git.voglfrei.net/public/MyMuellDavSync/src/commit/3be482e6021a5c7680bde9c8df9b95d9ffe9e905/releases/mymuell2caldav-1.0.0-py3-none-any.whl` + `python -m pip install mymuell2caldav-1.0.0-py3-none-any.whl - start the tool via command `mymuell2caldav`