← back to Exo
update readme with editable pip install
90a88f31aa47cc2797645062d5e2b477ccd2189a · 2024-10-02 16:35:55 +0400 · Alex Cheema
Files touched
Diff
commit 90a88f31aa47cc2797645062d5e2b477ccd2189a
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Oct 2 16:35:55 2024 +0400
update readme with editable pip install
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 299c47ea..d729e16e 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ The current recommended way to install exo is from source.
```sh
git clone https://github.com/exo-explore/exo.git
cd exo
-pip install .
+pip install -e .
# alternatively, with venv
source install.sh
```
← fc65765b always install interactively
·
back to Exo
·
add exo run command. usage: exo run <model-name> e.g. exo ru 8ae59b70 →