Skip to content

Commit 98a8893

Browse files
authored
DOC: add missing dep to run clang-tidy
1 parent b691a33 commit 98a8893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/coding_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ configuration lives in :file:`.clang-tidy`.
144144
The logic lives in :file:`tools/run_clang_tidy.py`. It requires
145145
``clang-tidy`` on ``PATH`` and ``meson`` and ``pybind11`` installed::
146146

147-
pip install meson pybind11
147+
pip install meson pybind11 setuptools-scm
148148

149149
On macOS, ``clang-tidy`` is not on ``PATH`` after a Homebrew install::
150150

0 commit comments

Comments
 (0)