From fa371fdc9e946569e41d6f811d9ddf186ff40c98 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 23 Dec 2024 16:17:30 -0500 Subject: [PATCH] Removed unnecessary CONDA_PREFIX env var in installation guide (#683) This is not needed since `conda activate stack` has already been executed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ca48ecb..a1369d56a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ You have two ways to install this repository: conda activate stack cd llama-stack - $CONDA_PREFIX/bin/pip install -e . + pip install -e . ``` ## Documentation