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 -------------