diff options
Diffstat (limited to '')
| -rwxr-xr-x | install.sh | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -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 |