← back to Exo
update readme run instruction
b8a2a0fbe03feeb5bb4fd11c1604978eab210a51 · 2024-07-14 21:26:56 -0700 · Alex Cheema
Files touched
Diff
commit b8a2a0fbe03feeb5bb4fd11c1604978eab210a51
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sun Jul 14 21:26:56 2024 -0700
update readme run instruction
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 98ac408d..f88074d4 100644
--- a/README.md
+++ b/README.md
@@ -64,12 +64,12 @@ pip install -r requirements.txt
#### Device 1:
```sh
-./run.sh
+python3 main.py
```
#### Device 2:
```sh
-./run.sh
+python3 main.py
```
That's it! No configuration required - exo will automatically discover the other device(s).
← a933352a add DEBUG flag for controlling debug logs
·
back to Exo
·
fix model import path a0497416 →