How to install

There are two ways to install kcwarden:

Python

You can install kcwarden from PyPI:

pip install kcwarden

You might want to use pipx to automatically encapsulate the dependencies of kcwarden in a virtual environment.

Docker

Alternatively, kcwarden is provided as a Docker image and can be executed in this way:

docker run --rm ghcr.io/iteratec/kcwarden:latest

Using this way, you need to replace the kcwarden call with the Docker command above.