mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
Update README.md
This commit is contained in:
parent
37da47ef8e
commit
e459670a9c
1 changed files with 4 additions and 6 deletions
10
README.md
10
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:
|
If you want to install from source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/local
|
git clone https://github.com/meta-llama/llama-stack.git
|
||||||
cd ~/local
|
|
||||||
git clone git@github.com:meta-llama/llama-toolchain.git
|
|
||||||
|
|
||||||
conda create -n toolchain python=3.10
|
conda create -n llama-stack python=3.10
|
||||||
conda activate toolchain
|
conda activate llama-stack
|
||||||
|
|
||||||
cd llama-toolchain
|
cd llama-stack
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue