Update installation instructions for visualization dependency to use 'viz'
This commit is contained in:
parent
57ecebfe35
commit
698fd69eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Agent visualization allows you to generate a structured graphical representation
|
||||||
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:
|
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:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install openai-agents[visualization]
|
pip install openai-agents[viz]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Generating a Graph
|
## Generating a Graph
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue