diff --git a/docs/v1/integrations/crewai.mdx b/docs/v1/integrations/crewai.mdx
index af6faef2..de7c0169 100644
--- a/docs/v1/integrations/crewai.mdx
+++ b/docs/v1/integrations/crewai.mdx
@@ -26,18 +26,16 @@ Crew has comprehensive [documentation](https://docs.crewai.com) available as wel
[Give us a star](https://github.com/AgentOps-AI/agentops) on GitHub while you're at it (you may be our 2,000th 😊)
-
+
- At this time, Crew with AgentOps integration is in pre-release. In the interim, an official fork has been
- made available. After official support is released, this fork will be deprecated and developers will
- be encouraged to use the core Crew SDK.
+ Crew and AgentOps have an official partnership, adding first-class agent observability to all Crew runs.
```bash pip
- pip install git+https://github.com/AgentOps-AI/crewAI.git@main
+ pip install 'crewai[agentops]'
```
```bash poetry
- poetry add git+https://github.com/AgentOps-AI/crewAI.git@main
+ poetry add 'crewai[agentops]'
```