提交 83d78da1 编写于 作者: W wangyang59

add submodule instructions in build_and_install doc

上级 c1299e7f
...@@ -14,6 +14,16 @@ cd paddle ...@@ -14,6 +14,16 @@ cd paddle
git submodule update --init --recursive git submodule update --init --recursive
``` ```
If you already have a local PaddlePaddle repo and have not initialized the submodule, you can simply run the following command in your PaddlePaddle home directory.
```
git submodule update --init --recursive
```
To sync with the upstream submodule repo, you can run the following command
```
git submodule update --remote
```
## <span id="requirements">Requirements</span> ## <span id="requirements">Requirements</span>
To compile the source code, your computer must be equipped with the following dependencies. To compile the source code, your computer must be equipped with the following dependencies.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册