tdecae commited on
Commit
d8c52bf
1 Parent(s): 38cd32a

Create Makefile

Browse files
Files changed (1) hide show
  1. Makefile +3 -0
Makefile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ install:
2
+ pip install --upgrade pip &&\
3
+ pip install -r requirements.txt