← back to Exo
always install interactively
fc65765be045ca4bf15511ae7d92f2fc3f65dfd8 · 2024-10-02 16:35:04 +0400 · Alex Cheema
Files touched
Diff
commit fc65765be045ca4bf15511ae7d92f2fc3f65dfd8
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Oct 2 16:35:04 2024 +0400
always install interactively
---
install.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
index ead865cb..ce83eed8 100755
--- a/install.sh
+++ b/install.sh
@@ -2,4 +2,4 @@
python3 -m venv .venv
source .venv/bin/activate
-pip install .
+pip install -e .
← be9f2e79 fix ci to use exo command instead of python3 main.py
·
back to Exo
·
update readme with editable pip install 90a88f31 →