Make build_conda_env a bit more robust

This commit is contained in:
Ashwin Bharambe 2024-09-24 10:10:22 -07:00
parent cd850c16de
commit 8d511cdf91
2 changed files with 8 additions and 8 deletions

View file

@ -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