mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-09 13:57:57 -05:00
Update readmes to include proper installation stop and stop talking about poetry
This commit is contained in:
@@ -26,12 +26,10 @@ This flow is a great example of using Flows as a background worker that runs con
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses [uv](https://github.com/astral-sh/uv) for dependency management and package handling, offering a seamless setup and execution experience.
|
||||
|
||||
First, if you haven't already, install uv:
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. First, if you haven't already, install CrewAI:
|
||||
|
||||
```bash
|
||||
pip install uv
|
||||
pip install crewai
|
||||
```
|
||||
|
||||
Next, navigate to your project directory and install the dependencies:
|
||||
@@ -39,7 +37,7 @@ Next, navigate to your project directory and install the dependencies:
|
||||
1. First lock the dependencies and then install them:
|
||||
|
||||
```bash
|
||||
uv sync
|
||||
crewai install
|
||||
```
|
||||
|
||||
### Customizing & Dependencies
|
||||
|
||||
@@ -18,12 +18,10 @@ By following this flow, you can efficiently automate the process of scoring lead
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses [Poetry](https://python-poetry.org/) for dependency management and package handling, offering a seamless setup and execution experience.
|
||||
|
||||
First, if you haven't already, install Poetry:
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. First, if you haven't already, install CrewAI:
|
||||
|
||||
```bash
|
||||
pip install poetry
|
||||
pip install crewai
|
||||
```
|
||||
|
||||
Next, navigate to your project directory and install the dependencies:
|
||||
|
||||
@@ -18,14 +18,13 @@ This flow will guide you through the process of setting up an automated meeting
|
||||
|
||||
By following this flow, you can efficiently automate the process of managing meetings, leveraging the power of multiple AI agents to handle different aspects of the meeting workflow.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses [Poetry](https://python-poetry.org/) for dependency management and package handling, offering a seamless setup and execution experience.
|
||||
|
||||
First, if you haven't already, install Poetry:
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. First, if you haven't already, install CrewAI:
|
||||
|
||||
```bash
|
||||
pip install poetry
|
||||
pip install crewai
|
||||
```
|
||||
|
||||
Next, navigate to your project directory and install the dependencies:
|
||||
|
||||
@@ -16,12 +16,10 @@ By following this flow, you can efficiently produce a well-structured and compre
|
||||
|
||||
## Installation
|
||||
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. This project uses [Poetry](https://python-poetry.org/) for dependency management and package handling, offering a seamless setup and execution experience.
|
||||
|
||||
First, if you haven't already, install Poetry:
|
||||
Ensure you have Python >=3.10 <=3.13 installed on your system. First, if you haven't already, install CrewAI:
|
||||
|
||||
```bash
|
||||
pip install poetry
|
||||
pip install crewai
|
||||
```
|
||||
|
||||
Next, navigate to your project directory and install the dependencies:
|
||||
|
||||
Reference in New Issue
Block a user