taha-the-data-scientist commited on
Commit
3b91617
·
verified ·
1 Parent(s): a11de01

Create install.sh

Browse files
Files changed (1) hide show
  1. 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