Update docs/source/getting_started/index.md

Co-authored-by: Francisco Arceo <farceo@redhat.com>
This commit is contained in:
raghotham 2025-03-31 11:40:31 -07:00 committed by GitHub
parent 77cac70dd3
commit b16fb5a92e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ If you do not have ollama, you can install it from [here](https://ollama.com/dow
### 2. Use `uv` to install and run Llama Stack
Install uv
Install [uv](https://docs.astral.sh/uv/) to setup your virtual environment
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```