mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 08:38:30 +00:00
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:
committed by
GitHub
parent
ddda8f6bda
commit
231a833ad0
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user