We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77b3d4 commit 551b8eaCopy full SHA for 551b8ea
docs/development/introduction/quickstart.mdx
@@ -42,7 +42,7 @@ Install QEMU via package manager ([instructions](https://www.qemu.org/download/)
42
Open a new terminal and run:
43
44
```bash
45
-uv tool install --refresh --quiet --force agentstack-cli && agentstack self install
+uv tool install --force --python-preference=only-managed --python=3.13 agentstack-cli; agentstack self install
46
```
47
48
Follow the interactive prompts to finish installation and setup.
0 commit comments