calendar-chatbot / install.sh
taha-the-data-scientist's picture
Update install.sh
7da41c2 verified
raw
history blame contribute delete
140 Bytes
#!/usr/bin/env bash
set -e
pip install --upgrade pip
pip install --upgrade websockets>=13.0
pip install --no-cache-dir -r requirements.txt