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:
Yuan Tang 2024-12-23 16:17:30 -05:00 committed by GitHub
parent 987e651755
commit fa371fdc9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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