From 0a85a927bf3d6bc0c8cb6d88508656e2a09495f5 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 23 Dec 2024 09:41:07 -0500 Subject: [PATCH] Removed unnecessary CONDA_PREFIX env var in installation guide --- 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