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 ```