From f5ad56a441bce6e8df126aa9fa37908a4334c8d9 Mon Sep 17 00:00:00 2001 From: msclock Date: Tue, 19 Nov 2024 16:44:31 +0800 Subject: [PATCH] docs: add usage BREAKING CHANGE This is an init release change. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e7f0740..a3a4952 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,14 @@ Package cppcheck as a python wheel. +## Install + +Package-built has uploaded to pypi and just install with the command: + +```bash +pip install cppcheck +``` + ## License Apache Software License, for more details, see the [LICENSE](https://github.com/msclock/cppcheck-wheel/blob/master/LICENSE) file.