mirror of https://github.com/aliasrobotics/cai.git
Update installation instructions for visualization dependency to use 'viz'
This commit is contained in:
parent
c2f912e393
commit
8ba7b0932f
|
|
@ -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:
|
||||
|
||||
```bash
|
||||
pip install openai-agents[visualization]
|
||||
pip install openai-agents[viz]
|
||||
```
|
||||
|
||||
## Generating a Graph
|
||||
|
|
|
|||
Loading…
Reference in New Issue