[object Object]

← back to Exo

readme installation instructions

ee5204fbcaa028c17ece8cbe35a0e81c85ac5417 · 2024-07-14 21:12:17 -0700 · Alex Cheema

Files touched

Diff

commit ee5204fbcaa028c17ece8cbe35a0e81c85ac5417
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Jul 14 21:12:17 2024 -0700

    readme installation instructions
---
 README.md | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index efe2f013..d6c564b7 100644
--- a/README.md
+++ b/README.md
@@ -48,13 +48,25 @@ exo supports the following inference engines:
 
 - [x] [MLX](inference/mlx/sharded_inference_engine.py)
 - [x] [tinygrad](inference/tinygrad/inference.py)
-- [] [llama.cpp](TODO)
+- 🚧 [llama.cpp](TODO)
 
 ## Networking Modules
 
-- [x] [GRPC](networking/grpc)
-- [] [Radio](TODO)
-- [] [Bluetooth](TODO)
+- ✅ [GRPC](networking/grpc)
+- 🚧 [Radio](TODO)
+- 🚧 [Bluetooth](TODO)
+
+## Installation
+
+The current recommended way to install exo is from source.
+
+### From source
+
+```sh
+git clone https://github.com/exo-explore/exo.git
+cd exo
+pip install -r requirements.txt
+```
 
 ## Documentation
 

← 78da11e1 slightly nicer readme  ·  back to Exo  ·  reshuffle readme c8753ba5 →