From e58690830ed1ff44c7384df5eeceba8a8153e5d8 Mon Sep 17 00:00:00 2001 From: Famiwaye Oluwatobiloba <147158531+TheCorporateAIGirl@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:54:52 +0100 Subject: [PATCH] docs: update instructions to use uv I updated the steps so they match the new UV tool that CrewAI now uses. --- crews/marketing_strategy/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crews/marketing_strategy/README.md b/crews/marketing_strategy/README.md index 101d74e80..4ce1d26dc 100644 --- a/crews/marketing_strategy/README.md +++ b/crews/marketing_strategy/README.md @@ -16,7 +16,13 @@ By [@joaomdmoura](https://x.com/joaomdmoura) CrewAI is designed to facilitate the collaboration of role-playing AI agents. In this example, these agents work together to create a comprehensive marketing strategy and develop compelling marketing content. ## Running the Script -It uses GPT-4o by default so you should have access to that to run it. +It uses GPT-4o by default, so ensure you have access to that. + +### 1. Installation +Ensure you have [UV](https://github.com/astral-sh/uv) installed. Then, install the dependencies: + +```shell +uv sync ***Disclaimer:** This will use gpt-4o unless you change it to use a different model, and by doing so it may incur in different costs.*