aolko commited on
Commit
afb333e
1 Parent(s): 18b60d2

Create setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +7 -0
setup.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Install torch and torchvision first
4
+ pip install -r requirements-torch.txt
5
+
6
+ # Install the rest of the dependencies
7
+ pip install -r requirements.txt