Files
FastDeploy/docs/develop.md
DefTruth beddcba900 [docs][win] add windows c++ sdk demo to examples (#136)
* [docs] format docs with markdown with language tags

* [docs][win] add windows c++ sdk demo

* [docs][win] add windows c++ sdk demo to examples

* [docs][api] update runtime_option docs
2022-08-22 10:53:00 +08:00

15 lines
390 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 代码提交说明
FastDeploy使用clang-format, cpplint检查和格式化代码提交代码前需安装pre-commit
```bash
git clone https://github.com/PaddlePaddle/FastDeploy.git
cd FastDeploy
git checkout develop
pip install pre-commit
pip install yapf
pip install cpplint
pre-commit install
```
commit代码时若提示无法找到clang-format请自行安装clang-format