Spaces:
Runtime error
Runtime error
Create install.sh
Browse files- install.sh +4 -0
install.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
pip install --upgrade pip
|
3 |
+
pip install websockets>=13.0 --upgrade
|
4 |
+
pip install -r requirements.txt
|