[object Object]

← back to Exo

add alternative installation through install.sh

3778301b47ef220ec0c32065bb75a58c1e2257c0 · 2024-07-17 21:13:59 -0700 · Alex Cheema

Files touched

Diff

commit 3778301b47ef220ec0c32065bb75a58c1e2257c0
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Jul 17 21:13:59 2024 -0700

    add alternative installation through install.sh
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index c36572ed..4ee83155 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,8 @@ The current recommended way to install exo is from source.
 git clone https://github.com/exo-explore/exo.git
 cd exo
 pip install .
+# alternatively, with venv
+source install.sh
 ```
 
 ### Troubleshooting

← 4f4696e0 remove calls to updateTotalTokens in tiny, not sure why its  ·  back to Exo  ·  install script fbbb45c3 →