mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
docs: change docs to address crewai run
This commit is contained in:
@@ -244,6 +244,10 @@ def run():
|
|||||||
|
|
||||||
To run your project, use the following command:
|
To run your project, use the following command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ crewai run
|
||||||
|
```
|
||||||
|
or
|
||||||
```shell
|
```shell
|
||||||
$ poetry run my_project
|
$ poetry run my_project
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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:
|
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
|
```bash
|
||||||
poetry run {{folder_name}}
|
poetry run {{folder_name}}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user