feat: Add crewai install CLI command (#1203)

* feat: Add crewai install CLI command

* feat: Add crewai install to the docs and force now crewai run
This commit is contained in:
Eduardo Chiarotti
2024-08-17 08:41:53 -03:00
committed by GitHub
parent ddda8f6bda
commit 231a833ad0
7 changed files with 38 additions and 37 deletions

View File

@@ -17,11 +17,7 @@ Next, navigate to your project directory and install the dependencies:
1. First lock the dependencies and then install them:
```bash
poetry lock
```
```bash
poetry install
crewai install
```
### Customizing
@@ -38,7 +34,7 @@ poetry install
To kickstart your crew of AI agents and begin task execution, run this from the root folder of your project:
```bash
poetry run {{folder_name}}
crewai run
```
This command initializes the {{name}} Crew, assembling the agents and assigning them tasks as defined in your configuration.