Closed simsong closed 1 year ago
Python requirements are given in: ec2_dependencies.txt emr_dependencies.txt
Do you intend the makefile to be for use on EMR? If so, @tbeggs-econo can you assist?
the reconstruction code didn't run in EMR; it just used VMs. We may have used the EMR system to spin them up.
I recommend putting the python dependencies in a requirements.txt
file, which is where they tend to be expected?
looks like https://github.com/uscensusbureau/recon_replication/pull/19 got requirements Ill create those make files
requirements.txt
file that lists all python modules required by system.make install-dependencies
that installs the dependencies.make pytest
that runs pytest See https://github.com/digitalcorpora/digitalcorpora_app/blob/bottle-main/Makefile for examples.