mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:49:43 +00:00
docs: remove pure venv references
This commit is contained in:
parent
7f834339ba
commit
4b4a532359
4 changed files with 7 additions and 13 deletions
|
|
@ -19,7 +19,7 @@ You have two ways to install Llama Stack:
|
|||
cd ~/local
|
||||
git clone git@github.com:meta-llama/llama-stack.git
|
||||
|
||||
python -m venv myenv
|
||||
uv venv myenv --python 3.12
|
||||
source myenv/bin/activate # On Windows: myenv\Scripts\activate
|
||||
|
||||
cd llama-stack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue