Skip to content

Commit 2b20a47

Browse files
Merge pull request #7155 from lgayhardt/patch-81
Fix installation command for redteam package
2 parents 3212089 + a9af5dd commit 2b20a47

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)