Skip to content

Commit 5591914

Browse files
authored
Fix installation command for redteam package
Corrected the installation command for the redteam package.
1 parent 3212089 commit 5591914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article guides you through the process of
3434
First install the `redteam` package as an extra from Azure AI Evaluation SDK, this provides the PyRIT functionality:
3535

3636
```python
37-
uv install azure-ai-evaluation[redteam]
37+
uv pip install "azure-ai-evaluation[redteam]
3838
```
3939

4040
> [!NOTE]

0 commit comments

Comments
 (0)