diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index 1c646e2..52d93c1 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -22,6 +22,7 @@ endif ## Install Python Dependencies requirements: test_environment + pip install -U pip setuptools wheel pip install -r requirements.txt ## Make Dataset