Skip to content

Commit 551b8ea

Browse files
committed
fix(docs): manual install missing managed python
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent c77b3d4 commit 551b8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/introduction/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Install QEMU via package manager ([instructions](https://www.qemu.org/download/)
4242
Open a new terminal and run:
4343

4444
```bash
45-
uv tool install --refresh --quiet --force agentstack-cli && agentstack self install
45+
uv tool install --force --python-preference=only-managed --python=3.13 agentstack-cli; agentstack self install
4646
```
4747

4848
Follow the interactive prompts to finish installation and setup.

0 commit comments

Comments
 (0)