mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
adding new installing crew docs
This commit is contained in:
21
docs/how-to/Installing-CrewAI.md
Normal file
21
docs/how-to/Installing-CrewAI.md
Normal file
@@ -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]'
|
||||||
|
```
|
||||||
@@ -43,6 +43,11 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
|
|||||||
<div style="width:30%">
|
<div style="width:30%">
|
||||||
<h2>How-To Guides</h2>
|
<h2>How-To Guides</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="./how-to/Installing-CrewAI">
|
||||||
|
Installing crewAI
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./how-to/Creating-a-Crew-and-kick-it-off">
|
<a href="./how-to/Creating-a-Crew-and-kick-it-off">
|
||||||
Getting Started
|
Getting Started
|
||||||
|
|||||||
@@ -128,6 +128,7 @@ nav:
|
|||||||
- Collaboration: 'core-concepts/Collaboration.md'
|
- Collaboration: 'core-concepts/Collaboration.md'
|
||||||
- Memory: 'core-concepts/Memory.md'
|
- Memory: 'core-concepts/Memory.md'
|
||||||
- How to Guides:
|
- How to Guides:
|
||||||
|
- Installing CrewAI: 'how-to/Installing-CrewAI.md'
|
||||||
- Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md'
|
- Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md'
|
||||||
- Create Custom Tools: 'how-to/Create-Custom-Tools.md'
|
- Create Custom Tools: 'how-to/Create-Custom-Tools.md'
|
||||||
- Using Sequential Process: 'how-to/Sequential.md'
|
- Using Sequential Process: 'how-to/Sequential.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user