← back to Exo
install script
fbbb45c37e2aa42f0d834d9384a4c4397dee7a7f · 2024-07-17 21:55:37 -0700 · Alex Cheema
Files touched
Diff
commit fbbb45c37e2aa42f0d834d9384a4c4397dee7a7f
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Jul 17 21:55:37 2024 -0700
install script
---
install.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/install.sh b/install.sh
new file mode 100755
index 00000000..ead865cb
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+python3 -m venv .venv
+source .venv/bin/activate
+pip install .
← 3778301b add alternative installation through install.sh
·
back to Exo
·
exo text on start and stop 72fe2937 →