docs: change docs to address crewai run

This commit is contained in:
Eduardo Chiarotti
2024-08-07 20:30:34 -03:00
parent 5761d1a8ae
commit 54208c340b
2 changed files with 8 additions and 0 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
```

View File

@@ -34,6 +34,10 @@ poetry install
To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:
```bash
$ crewai run
```
or
```bash
poetry run {{folder_name}}
```