From 2118416f2f944a610a53d771c6bc3c285d6fca2c Mon Sep 17 00:00:00 2001 From: Ken Ocheltree Date: Thu, 2 Apr 2026 09:32:24 -0400 Subject: [PATCH] Update to python v3.14 in Quickstart Signed-off-by: Ken Ocheltree --- docs/development/introduction/quickstart.mdx | 4 ++-- docs/stable/introduction/quickstart.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development/introduction/quickstart.mdx b/docs/development/introduction/quickstart.mdx index f1cce9a8c..15d070fb3 100644 --- a/docs/development/introduction/quickstart.mdx +++ b/docs/development/introduction/quickstart.mdx @@ -49,7 +49,7 @@ On Linux, Lima requires QEMU. Install it via these ([instructions](https://www.q Open a new terminal and run: ```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 +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 ``` 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 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 +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 ``` Follow the interactive prompts to finish the installation and setup. diff --git a/docs/stable/introduction/quickstart.mdx b/docs/stable/introduction/quickstart.mdx index f1cce9a8c..15d070fb3 100644 --- a/docs/stable/introduction/quickstart.mdx +++ b/docs/stable/introduction/quickstart.mdx @@ -49,7 +49,7 @@ On Linux, Lima requires QEMU. Install it via these ([instructions](https://www.q Open a new terminal and run: ```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 +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 ``` 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 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 +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 ``` Follow the interactive prompts to finish the installation and setup.