Removed unnecessary CONDA_PREFIX env var in installation guide

This commit is contained in:
Yuan Tang 2024-12-23 09:41:07 -05:00 committed by GitHub
parent 987e651755
commit 0a85a927bf
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