docs: Add quotes to agentops installing command

This commit is contained in:
Eduardo Chiarotti
2024-12-09 09:53:03 -03:00
parent 6930b68484
commit 3dbcec9434

View File

@@ -57,7 +57,7 @@ This feature is useful for debugging and understanding how agents interact with
<Step title="Install AgentOps"> <Step title="Install AgentOps">
Install AgentOps with: Install AgentOps with:
```bash ```bash
pip install crewai[agentops] pip install 'crewai[agentops]'
``` ```
or or
```bash ```bash