Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzl authored Oct 9, 2024
1 parent bd3509b commit bb51b55
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb51b55

Please sign in to comment.