Mai Chí Bảo commited on
Commit
7bd2429
·
1 Parent(s): 1126b37

second change

Browse files
Files changed (2) hide show
  1. Makefile +5 -0
  2. requirements.txt +2 -0
Makefile CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ install:
2
+ pip install -r requirements.txt
3
+
4
+ runhello:
5
+ python hello.py
requirements.txt CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ pandas
2
+ numpy