summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinstall.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/install.sh b/install.sh
index 44156bb..7bf5e44 100755
--- a/install.sh
+++ b/install.sh
@@ -1,16 +1,4 @@
#!/bin/bash
-if [ -n "$(which pip)" ]; then
- echo installing deps using pip
- pip install "openai>=0.27"
- exit 0
-fi
-
-if [ -n "$(which pip3)" ]; then
- echo installing deps using pip3
- pip3 install "openai>=0.27"
- exit 0
-fi
-
-echo pip or pip3 not found
-exit 1
+# this is a legacy script, keeping here in case anyone runs it during updates
+echo [vim-ai] nothing to do here, running install.sh script is no longer needed