From ef2ecd9900a87de953b36a7060d9c5018af903d2 Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Mon, 13 Jan 2025 12:01:20 +0100 Subject: [PATCH] add information about snappy optional dep --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea81096..4e55f52 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Clone CUBI-TK and install. $ git clone git@github.com:bihealth/cubi-tk.git $ cd cubi-tk $ uv sync +$ uv pip install -e . # or -e '.[snappy]' if you need snappy kickoff ``` ## Building the Manual