From 3778301b47ef220ec0c32065bb75a58c1e2257c0 Mon Sep 17 00:00:00 2001 From: Alex Cheema Date: Wed, 17 Jul 2024 21:13:59 -0700 Subject: [PATCH] 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