From fd33aa4b1f9f2c3b727a756711f2640bee73f83c Mon Sep 17 00:00:00 2001 From: Nishil Date: Sun, 20 Apr 2025 16:45:07 -0700 Subject: [PATCH] And installation method with pipx Installing via pip3 doesn't work anymore on ubuntu based systems. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 56bc98f..6f0fab1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ You need to install the `radicale_storage_decsync` package from PyPI: ``` pip3 install radicale_storage_decsync ``` +or + +``` +pipx install radicale_storage_decsync --include-deps +pipx inject radicale_storage_decsync setuptools # install pkg_resources +``` Configuration -------------