File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# clang-tools
2- [ ![ PyPI] ( https://img.shields.io/pypi/v/clang-tools )] ( https://pypi.org/project/clang-tools/ ) [ ![ Python test] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg )] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml ) [ ![ codecov] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR )] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip )
32
4- Install clang-tools (clang-format, clang-tidy) with pip.
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/clang-tools )] ( https://pypi.org/project/clang-tools/ ) [ ![ Python test] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml/badge.svg )] ( https://github.com/shenxianpeng/clang-tools-pip/actions/workflows/python-test.yml ) [ ![ codecov] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip/branch/master/graph/badge.svg?token=40G5ZOIRRR )] ( https://codecov.io/gh/shenxianpeng/clang-tools-pip )
4+
5+ Install clang-tools binaries (clang-format, clang-tidy) with pip.
56
67## Install
78
8- Install ` clang-tools ` with pip
9+ Install ` clang-tools ` command with pip
910
1011``` bash
1112$ sudo pip install clang-tools
@@ -22,7 +23,7 @@ optional arguments:
2223 -i INSTALL, --install INSTALL
2324 Install clang-tools with specific version. default is 12.
2425```
25- For example, install clang-tools version 13
26+ Use ` clang-tools ` command to install version 13 binaries.
2627
2728``` bash
2829$ sudo clang-tools --install 13
You can’t perform that action at this time.
0 commit comments