Skip to content

Commit 79c7860

Browse files
authored
Update to python v3.14 in Quickstart (#2507)
Signed-off-by: Ken Ocheltree <[email protected]>
1 parent bd028f8 commit 79c7860

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/development/introduction/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On Linux, Lima requires QEMU. Install it via these ([instructions](https://www.q
4949
Open a new terminal and run:
5050

5151
```bash
52-
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
52+
uv python install --quiet --python-preference=only-managed --no-bin 3.14 && uv tool install --refresh --force --python-preference=only-managed --python=3.14 agentstack-cli && agentstack self install
5353
```
5454

5555
Follow the interactive prompts to finish setup and optionally start the VM.
@@ -161,7 +161,7 @@ This will make local agents accessible over the local network, which is needed f
161161
Run in PowerShell:
162162

163163
```bash
164-
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
164+
uv python install --quiet --python-preference=only-managed --no-bin 3.14; uv tool install --refresh --force --python-preference=only-managed --python=3.14 agentstack-cli; agentstack self install
165165
```
166166

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

docs/stable/introduction/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ On Linux, Lima requires QEMU. Install it via these ([instructions](https://www.q
4949
Open a new terminal and run:
5050

5151
```bash
52-
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
52+
uv python install --quiet --python-preference=only-managed --no-bin 3.14 && uv tool install --refresh --force --python-preference=only-managed --python=3.14 agentstack-cli && agentstack self install
5353
```
5454

5555
Follow the interactive prompts to finish setup and optionally start the VM.
@@ -161,7 +161,7 @@ This will make local agents accessible over the local network, which is needed f
161161
Run in PowerShell:
162162

163163
```bash
164-
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
164+
uv python install --quiet --python-preference=only-managed --no-bin 3.14; uv tool install --refresh --force --python-preference=only-managed --python=3.14 agentstack-cli; agentstack self install
165165
```
166166

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

0 commit comments

Comments
 (0)