updated readme

This commit is contained in:
2025-09-16 05:48:07 +02:00
parent 1c4a570fac
commit cd1a62fcd8

View File

@@ -4,11 +4,15 @@ A Python utility library for managing LLM prompts with template variables and JS
## Installation ## Installation
```bash ### Install using uv
# Install from GitHub
uv add git+https://git.project-insanity.de/gmarth/LLMUtils.git
# 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 pip install git+https://git.project-insanity.de/gmarth/LLMUtils.git
``` ```