update readme to point to cookiecutter>=1.4

This commit is contained in:
Keith Webber 2016-09-26 18:22:19 -04:00
parent d8957877df
commit 8cfd41ac27

View File

@ -90,7 +90,7 @@ and then editing the results to include your name, email, and various configurat
First, get Cookiecutter. Trust me, it's awesome:: First, get Cookiecutter. Trust me, it's awesome::
$ pip install cookiecutter $ pip install "cookiecutter>=1.4.0"
Now run it against this repo:: Now run it against this repo::