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