From 3392e0f032a084e238248b2892b77ad007adc8fe Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Wed, 26 Mar 2025 12:50:59 -0700 Subject: [PATCH] Update getting_started.ipynb Use simple pip to avoid system_path complexities --- docs/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index f13a26a5a..d86fa6dfd 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -235,7 +235,7 @@ } ], "source": [ - "!uv pip install -U llama-stack-client" + "!pip install -U llama-stack-client" ] }, {