docs: add instructions for upgrading crewAI with uv tool (#2363)

This commit is contained in:
Tony Kipkemboi
2025-03-13 10:38:32 -04:00
committed by GitHub
parent 41a670166a
commit 8df1042180

View File

@@ -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: - To verify that `crewai` is installed, run:
```shell ```shell
uv tools list uv tool list
``` ```
- You should see something like: - You should see something like:
```markdown ```shell
crewai v0.102.0 crewai v0.102.0
- crewai - 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> <Check>Installation successful! You're ready to create your first crew! 🎉</Check>
</Step> </Step>
</Steps> </Steps>