taha-the-data-scientist commited on
Commit
7da41c2
·
verified ·
1 Parent(s): ec2e2ad

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +6 -4
install.sh CHANGED
@@ -1,4 +1,6 @@
1
- #!/bin/bash
2
- :contentReference[oaicite:7]{index=7}
3
- :contentReference[oaicite:8]{index=8}
4
- :contentReference[oaicite:9]{index=9}
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -e
3
+
4
+ pip install --upgrade pip
5
+ pip install --upgrade websockets>=13.0
6
+ pip install --no-cache-dir -r requirements.txt