From b42c8027ff73a6cba6a19b741fe38d6c5928cb31 Mon Sep 17 00:00:00 2001 From: Surya Prakash Pathak Date: Fri, 28 Feb 2025 20:51:56 +0000 Subject: [PATCH] docs: Update installation instructions for llama-stack Signed-off-by: Surya Prakash Pathak --- docs/zero_to_hero_guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index cee709f92..98f40bc3c 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -73,7 +73,7 @@ If you're looking for more specific topics, we have a [Zero to Hero Guide](#next Open a new terminal and install `llama-stack`: ```bash conda activate ollama - pip install llama-stack==0.1.3 + pip install -U llama-stack ``` ---