From 14b8661e640a9a2a1898dc541f8b0a11d3cf16d1 Mon Sep 17 00:00:00 2001 From: Omer-5 Date: Tue, 13 Dec 2022 21:08:54 +0200 Subject: [PATCH] add cookiecutter as prerequisites --- docs/developing-locally-docker.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index 4bb5d9032..0b62d8fff 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -19,10 +19,13 @@ Prerequisites * Docker; if you don't have it yet, follow the `installation instructions`_; * Docker Compose; refer to the official documentation for the `installation guide`_. * Pre-commit; refer to the official documentation for the `pre-commit`_. +* Cookiecutter; refer to the official GitHub repository of `Cookiecutter`_ .. _`installation instructions`: https://docs.docker.com/install/#supported-platforms .. _`installation guide`: https://docs.docker.com/compose/install/ .. _`pre-commit`: https://pre-commit.com/#install +.. _`Cookiecutter`: https://github.com/cookiecutter/cookiecutter + Build the Stack ---------------