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

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

echo installing deps using pip3
pip3 install openai