Spaces:
Runtime error
Runtime error
Update install.sh
Browse files- install.sh +6 -4
install.sh
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
| 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
|