updated readme
This commit is contained in:
12
README.md
12
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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user