You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ``clang-tools`` command to install version 13 binaries.
98
101
@@ -128,17 +131,49 @@ If the installed directory is in your path, you can run the installed tools.
128
131
Default target: x86_64-unknown-linux-gnu
129
132
Host CPU: skylake
130
133
131
-
Supported versions
134
+
135
+
Install wheels examples
136
+
~~~~~~~~~~~~~~~~~~~~~~~~~
137
+
138
+
After installing the ``clang-tools`` CLI, you can install the Python wheels by running: ``clang-tools-wheel`` command.
139
+
140
+
.. important::
141
+
It is just used for cpp-linter projects to install clang tools Python wheels. For other use cases, please install the wheels with ``pip``, ``pipx``, ``uv``, or other tools.
0 commit comments