Skip to content

Commit b36f902

Browse files
authored
docs: #15 incorrect installation guide (#16)
1 parent 406abd1 commit b36f902

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/evals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Test with included demo files in our [github repository](https://github.com/open
2828
When running benchmark mode (ROC curves, precision at recall thresholds, visualizations), you need additional packages:
2929

3030
```bash
31-
pip install "guardrails[benchmark]"
31+
pip install "openai-guardrails[benchmark]"
3232
```
3333

3434
This installs:

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Get started with Guardrails in minutes. Guardrails provides drop-in replacements
55
## Install
66

77
```bash
8-
pip install guardrails
8+
pip install openai-guardrails
99
```
1010

1111
## Set API Key

src/guardrails/evals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pip install -e .
201201
When running benchmark mode (ROC curves, precision at recall thresholds, visualizations), you need additional packages:
202202

203203
```bash
204-
pip install "guardrails[benchmark]"
204+
pip install "openai-guardrails[benchmark]"
205205
```
206206

207207
This installs:

0 commit comments

Comments
 (0)