fix: update getting_started.ipynb (#1797)

using simple `pip install llama-stack-client`
This commit is contained in:
Hardik Shah 2025-03-26 12:54:21 -07:00 committed by GitHub
parent cb2a9784ab
commit e8d5959048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,7 @@
} }
], ],
"source": [ "source": [
"!uv pip install -U llama-stack-client" "!pip install -U llama-stack-client"
] ]
}, },
{ {