From a199fa53f25c828839a507e91a3a6d9a4008785a Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Wed, 23 Mar 2016 16:25:22 -0400 Subject: [PATCH] Add cookiecutter dependency version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a004134..48443ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An opinionated, but not-afraid-to-be-wrong project template for data science pro Requirements to create project: ----------- - Python 2.7 or 3.5 - - [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html): `pip install cookiecutter` + - [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: `pip install cookiecutter` To start a new project: