From e459670a9c9d8a2671b520078c5c58a83ade2d7e Mon Sep 17 00:00:00 2001 From: Hamid Shojanazeri Date: Mon, 12 Aug 2024 16:10:08 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a76393047..5d3f860e7 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,12 @@ You can install this repository as a [package](https://pypi.org/project/llama-to If you want to install from source: ```bash -mkdir -p ~/local -cd ~/local -git clone git@github.com:meta-llama/llama-toolchain.git +git clone https://github.com/meta-llama/llama-stack.git -conda create -n toolchain python=3.10 -conda activate toolchain +conda create -n llama-stack python=3.10 +conda activate llama-stack -cd llama-toolchain +cd llama-stack pip install -e . ```