Merge branch 'main' of github.com:crewAIInc/crewAI into brandon/cre-130-pipeline-project-structure

This commit is contained in:
Lorenze Jay
2024-08-09 08:58:51 -07:00
8 changed files with 90 additions and 21 deletions

View File

@@ -244,6 +244,10 @@ def run():
To run your project, use the following command:
```shell
$ crewai run
```
or
```shell
$ poetry run my_project
```