use 'uv pip' to avoid pitfalls of using 'pip' in virtual environment

This commit is contained in:
Paul Vella 2025-11-11 09:19:04 +00:00
parent 97ccfb5e62
commit 0b6207a744

View file

@ -144,7 +144,7 @@ source .venv/bin/activate
```bash ```bash
uv venv client --python 3.12 uv venv client --python 3.12
source client/bin/activate source client/bin/activate
pip install llama-stack-client uv pip install llama-stack-client
``` ```
</TabItem> </TabItem>
</Tabs> </Tabs>