edited setup.py
Browse files
setup.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import subprocess
|
| 2 |
import sys
|
| 3 |
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
|
| 8 |
script = 'build_features.py'
|
| 9 |
command = f'{sys.executable} scripts/{script}'
|
|
|
|
| 1 |
import subprocess
|
| 2 |
import sys
|
| 3 |
|
| 4 |
+
script = 'make_dataset.py'
|
| 5 |
+
command = f'{sys.executable} scripts/{script}'
|
| 6 |
+
subprocess.run(command, shell=True)
|
| 7 |
|
| 8 |
script = 'build_features.py'
|
| 9 |
command = f'{sys.executable} scripts/{script}'
|