Navya-Sree commited on
Commit
c064332
·
verified ·
1 Parent(s): 972cf01

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +5 -0
setup.sh ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # setup.sh
4
+ echo "Setting up environment..."
5
+ pip install -r requirements.txt