mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Removed unnecessary CONDA_PREFIX env var in installation guide (#683)
This is not needed since `conda activate stack` has already been executed.
This commit is contained in:
parent
987e651755
commit
fa371fdc9e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ You have two ways to install this repository:
|
||||||
conda activate stack
|
conda activate stack
|
||||||
|
|
||||||
cd llama-stack
|
cd llama-stack
|
||||||
$CONDA_PREFIX/bin/pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue