Skip to content

Commit 6d6b7eb

Browse files
Update README.md
1 parent c84a768 commit 6d6b7eb

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
@@ -15,16 +15,16 @@ A lightweight library for LLM-as-a-Judge evaluations using vLLM hosted models.
1515

1616
```bash
1717
# Basic installation
18-
pip install vllm_judge
18+
pip install vllm-judge
1919

2020
# With API support
21-
pip install vllm_judge[api]
21+
pip install vllm-judge[api]
2222

2323
# With Jinja2 template support
24-
pip install vllm_judge[jinja2]
24+
pip install vllm-judge[jinja2]
2525

2626
# Everything
27-
pip install vllm_judge[api,jinja2]
27+
pip install vllm-judge[dev]
2828
```
2929

3030
## Quick Start

0 commit comments

Comments
 (0)