From c21d3e8b60021f68bbe4042c48c6a80e60288ca1 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 4 Oct 2022 12:21:42 +0200 Subject: [PATCH] update readme to include note on installation of format dependencies --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c80345..3149bf6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ cmake --build build/test --target fix-format ``` See [Format.cmake](https://github.com/TheLartians/Format.cmake) for details. +These dependencies can be easily installed using pip. + +```bash +pip install clang-format==14.0.6 cmake_format==0.6.11 pyyaml +``` ### Build the documentation