Skip to content

Commit 698fd69

Browse files
committed
Update installation instructions for visualization dependency to use 'viz'
1 parent 57ecebf commit 698fd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Agent visualization allows you to generate a structured graphical representation
77
The visualization functionality relies on the **Graphviz** package. To use it, ensure you have Graphviz installed and add it as a dependency in `pyproject.toml`. Alternatively, install it directly via pip:
88

99
```bash
10-
pip install openai-agents[visualization]
10+
pip install openai-agents[viz]
1111
```
1212

1313
## Generating a Graph

0 commit comments

Comments
 (0)