Update getting_started.ipynb

Use simple pip to avoid system_path complexities
This commit is contained in:
Hardik Shah 2025-03-26 12:50:59 -07:00 committed by GitHub
parent cb2a9784ab
commit 3392e0f032
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"
] ]
}, },
{ {