mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-07 15:18:29 +00:00
Merge branch 'main' into clean/event-listener-logs
This commit is contained in:
@@ -58,13 +58,17 @@ If you haven't installed `uv` yet, follow **step 1** to quickly get it set up on
|
||||
|
||||
- To verify that `crewai` is installed, run:
|
||||
```shell
|
||||
uv tools list
|
||||
uv tool list
|
||||
```
|
||||
- You should see something like:
|
||||
```markdown
|
||||
```shell
|
||||
crewai v0.102.0
|
||||
- crewai
|
||||
```
|
||||
- If you need to update `crewai`, run:
|
||||
```shell
|
||||
uv tool install crewai --upgrade
|
||||
```
|
||||
<Check>Installation successful! You're ready to create your first crew! 🎉</Check>
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
Reference in New Issue
Block a user