Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/development/introduction/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,13 @@ This will make local agents accessible over the local network, which is needed f
</Step>
<Step title="Install Agent Stack">

Run in PowerShell:

```bash
uv python install --quiet --python-preference=only-managed --no-bin 3.13; uv tool install --refresh --force --python-preference=only-managed --python=3.13 agentstack-cli; agentstack self install
```

Follow the interactive prompts to finish the installation and setup.
Follow the instructions to finish the installation and setup.

</Step>
</Steps>
Expand Down