Download and install python3.7
Install from remote:
$ pip3 install git+ssh://git@github.com/dinosaurchi/cookiecutter-runner.git@master
Install locally:
$ git clone git@github.com:dinosaurchi/cookiecutter-runner.git
$ cd ./cookiecutter-runner
$ pip3 install .
Run the following command:
$ cookiecutter-runner --tempalte <path_to_template_directory>
Please check Create and Update template documentation