Spaces:
Runtime error
Runtime error
Mai Chí Bảo
commited on
Commit
·
7bd2429
1
Parent(s):
1126b37
second change
Browse files- Makefile +5 -0
- 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
|