mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-18 02:42:31 +00:00
Make build_conda_env a bit more robust
This commit is contained in:
parent
cd850c16de
commit
8d511cdf91
2 changed files with 8 additions and 8 deletions
|
@ -55,7 +55,7 @@ conda create -n stack python=3.10
|
|||
conda activate stack
|
||||
|
||||
cd llama-stack
|
||||
pip install -e .
|
||||
$CONDA_PREFIX/bin/pip install -e .
|
||||
```
|
||||
|
||||
## The Llama CLI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue