From 7f98a5a1347d8a6f8de4718807a1fabca7ecaa25 Mon Sep 17 00:00:00 2001 From: doublehoon Date: Sun, 26 Oct 2025 12:38:30 +0100 Subject: [PATCH] docs: Update installation instructions in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e923486..5226a1a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ You can run `kaprese` by following the steps below. ### Installation -`kaprese` can be installed via `pip`: +Clone the repository and install `kaprese` in editable mode from the project root directory: ```bash -pip install kaprese +git clone https://github.com/kupl/kaprese.git +cd kaprese +pip install -e . ``` ### Usage