keesephillips commited on
Commit
e3ab59f
·
verified ·
1 Parent(s): 1f0e06c

edited setup.py

Browse files
Files changed (1) hide show
  1. setup.py +3 -3
setup.py CHANGED
@@ -1,9 +1,9 @@
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}'
 
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}'