Update readmes to include proper installation stop and stop talking about poetry

This commit is contained in:
Brandon Hancock
2024-11-26 10:48:48 -05:00
parent 5f4dd59478
commit 99d8549b42
4 changed files with 10 additions and 17 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: