|
1 | 1 | clang-tools CLI |
2 | 2 | =============== |
3 | 3 |
|
4 | | -**Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries and Python wheels with clang-tools CLI.** |
| 4 | +Install clang-format, clang-tidy, clang-query, and clang-apply-replacements binaries and Python wheels with ``clang-tools`` CLI. |
5 | 5 |
|
6 | 6 | .. |latest-version| image:: https://img.shields.io/pypi/v/clang-tools?color=blue |
7 | 7 | :target: https://pypi.org/project/clang-tools/ |
@@ -75,13 +75,13 @@ Install clang-tools CLI |
75 | 75 | 2. the installed path (for MacOS and Windows) is within the environment's |
76 | 76 | variable ``PATH``. |
77 | 77 |
|
78 | | -Install `clang-tools` command with pip |
| 78 | +Install ``clang-tools`` command with pip |
79 | 79 |
|
80 | 80 | .. code-block:: shell |
81 | 81 |
|
82 | 82 | pip install clang-tools |
83 | 83 |
|
84 | | -Install `clang-tools` from git repo |
| 84 | +Install ``clang-tools`` from git repo |
85 | 85 |
|
86 | 86 | .. code-block:: shell |
87 | 87 |
|
@@ -135,10 +135,12 @@ If the installed directory is in your path, you can run the installed tools. |
135 | 135 | Install wheels examples |
136 | 136 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
137 | 137 |
|
138 | | -After installing the ``clang-tools`` CLI, you can install the Python wheels by running: ``clang-tools-wheel`` command. |
| 138 | +After installing the ``clang-tools`` CLI, you can install the Python wheels using the ``clang-tools-wheel`` command. |
139 | 139 |
|
140 | 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. |
| 141 | + |
| 142 | + The ``clang-tools-wheel`` command is primarily intended for cpp-linter projects to simplify installing clang tools Python wheels. |
| 143 | + For general use, it is recommended to install the wheels directly using ``pip``, ``pipx``, ``uv``, or similar tools. |
142 | 144 |
|
143 | 145 |
|
144 | 146 | .. code-block:: shell |
|
0 commit comments