Skip to content

Installing crewAI

Welcome to crewAI! This guide will walk you through the installation process for crewAI and its dependencies. crewAI is a flexible and powerful AI framework that enables you to create and manage AI agents, tools, and tasks efficiently. Let's get started!

Installation

To install crewAI, you need to have Python >=3.10 and <=3.13 installed on your system:

# Install the mains crewAI package
pip install crewai

# Install the main crewAI package and the tools package
# that includes a series of helpful tools for your agents
pip install 'crewai[tools]'