From 6b3e9768818c8d39310d817a2acaf29278bf736a Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 26 Nov 2024 11:31:58 -0600 Subject: [PATCH] add link to cookiecutter docs in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19249ad..c8b7cc3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Template to generate project code for a new app based on ## Quick Start -Install cookiecutter to your virtual environment: +Install [cookiecutter](https://cookiecutter.readthedocs.io/) to your +virtual environment: pip install cookiecutter