CamiloVega commited on
Commit
0710e5f
·
verified ·
1 Parent(s): 378ce7e

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +10 -0
start.sh ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Update pip
4
+ python -m pip install --upgrade pip
5
+
6
+ # Install dependencies
7
+ pip install -r requirements.txt
8
+
9
+ # Run the application
10
+ python app.py