mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 09:21:45 +00:00
Removed unnecessary CONDA_PREFIX env var in installation guide
This commit is contained in:
parent
987e651755
commit
0a85a927bf
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