Skip to content

Commit 9668b14

Browse files
authored
fix: update README.md (#25)
1 parent b11717d commit 9668b14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ curl https://api.openai.com/v1/chat/completions \
6868

6969
```bash
7070
# Lightweight install (API-based models only)
71-
pip install -e .
71+
pip install verbalized-sampling
7272

7373
# With GPU support for local models (vLLM, torch, transformers)
74-
pip install -e ".[gpu]"
74+
pip install verbalized-sampling[gpu]
7575

7676
# Development install
77-
pip install -e ".[dev]"
77+
pip install verbalized-sampling[dev]
7878

7979
# Complete install
80-
pip install -e ".[gpu,dev]"
80+
pip install verbalized-sampling[gpu,dev]
8181
```
8282

8383
### API Keys Setup

0 commit comments

Comments
 (0)