This is the repository to the final project for the course Effective programming practices for economists by Sven Eis. It contains all necessary scripts to reproduce the dependencies of the paper, and to compile the paper itself.
To reproduce this repository you need to install the required packages with the package manager conda (Installation). Once installed, open a shell and execute the following:
$ cd /to/project/root
$ conda env create -f environment.yml
$ conda activate nkpc_estimationOnce the environment is installed and activated, build the project by executing
$ pytaskThe pytask command executes all necessary
scripts.
After running pytask, a new folder named bld is created with all the files.
This project was created with cookiecutter and the econ-project-templates.