mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Create develop.md
This commit is contained in:
14
docs/develop.md
Normal file
14
docs/develop.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 代码提交说明
|
||||
|
||||
FastDeploy使用clang-format, cpplint检查和格式化代码,提交代码前,需安装pre-commit
|
||||
```
|
||||
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
|
||||
Reference in New Issue
Block a user