Right now paths to staging and to the code are hard-coded, so it can effectively run on only one PC.
Paths should be in a json file that will be specific for each computer where the code runs.
The code should pull these paths from the json file.
currently in the readme we request to make sure dataDir is mapped to Y drive which I think is ok, I think processing data paths are only other paths that need to be fixed
Right now paths to staging and to the code are hard-coded, so it can effectively run on only one PC. Paths should be in a json file that will be specific for each computer where the code runs. The code should pull these paths from the json file.