diff --git a/docs/how-to/Installing-CrewAI.md b/docs/how-to/Installing-CrewAI.md new file mode 100644 index 000000000..9e7ddd848 --- /dev/null +++ b/docs/how-to/Installing-CrewAI.md @@ -0,0 +1,21 @@ +--- +title: Installing crewAI +description: A comprehensive guide to installing crewAI and its dependencies, including the latest updates and installation methods. +--- + +# 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: + +```shell +# 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]' +``` \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 1b32060c1..883e45da0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -43,6 +43,11 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By