summaryrefslogtreecommitdiff
path: root/install.sh
blob: ed2d5b560dc8b3f140b76916ea0bdfb896e3dcb6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ -z "$(which pip)" ]; then
  echo pip not found
  exit 1
fi

echo installing deps using pip
pip install openai