From cd1a62fcd88de698dbf98e28a0b143c6ccc7897b Mon Sep 17 00:00:00 2001 From: Alexander Thiess Date: Tue, 16 Sep 2025 05:48:07 +0200 Subject: [PATCH] updated readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5d803e..87b64e3 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ A Python utility library for managing LLM prompts with template variables and JS ## Installation -```bash -# Install from GitHub -uv add git+https://git.project-insanity.de/gmarth/LLMUtils.git +### Install using uv -# Or with pip +```bash +uv add git+https://git.project-insanity.de/gmarth/LLMUtils.git +``` + +### Install using pip + +```bash pip install git+https://git.project-insanity.de/gmarth/LLMUtils.git ```