From 711676a1a951c3bbb7ecab79c8754b5a02e840e8 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Thu, 13 Apr 2023 21:47:10 +0200 Subject: removing openai-python from docu --- install.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'install.sh') 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 -- cgit v1.2.3