From bb51b55642e5619fb5cba252054f9b22e05d2de4 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 9 Oct 2024 13:11:48 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0353fa..44c5e66 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ This repository is a [cookiecutter](https://www.cookiecutter.io/) template to qu See the official [cookiecutter installation instructions](https://cookiecutter.readthedocs.io/en/2.0.2/installation.html) for more details. -2. Create a new project based on this template by running and responding to all the questions. +2. Install `pre-commit` e.g. via: + ```shell + pip install pre-commit + ``` + +4. Create a new project based on this template by running and responding to all the questions. ```shell cookiecutter https://github.com/fsinfuhh/template