Skip to content

Commit 519a352

Browse files
authored
Update installation.md
1 parent 143d961 commit 519a352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
4040
source $HOME/.local/bin/env
4141

4242
# Install the Agent Starter Pack
43-
uv pip install agent-starter-pack
43+
uv tool install agent-starter-pack
4444
```
4545

4646
## Getting Started
@@ -70,5 +70,5 @@ To uninstall, use the same tool you used for installation:
7070
```bash
7171
pipx uninstall agent-starter-pack # Using pipx
7272
pip uninstall agent-starter-pack # Using pip
73-
uv pip uninstall agent-starter-pack # Using uv
73+
uv tool uninstall agent-starter-pack # Using uv
7474
```

0 commit comments

Comments
 (0)