diff --git a/README.md b/README.md index 0708c243f..d2b8c2e85 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,11 @@ pip install crewai 2. **Setting Up Your Crew**: ```python +import os from crewai import Agent, Task, Crew, Process +os.environ["OPENAI_API_KEY"] = "Your Key" + # Define your agents with roles and goals researcher = Agent( role='Researcher',