You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/getstarted/build_and_install/build_from_source_en.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ cd paddle
14
14
git submodule update --init --recursive
15
15
```
16
16
17
+
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.
18
+
```
19
+
git submodule update --init --recursive
20
+
```
21
+
22
+
To sync with the upstream submodule repo, you can run the following command
23
+
```
24
+
git submodule update --remote
25
+
```
26
+
17
27
## <spanid="requirements">Requirements</span>
18
28
19
29
To compile the source code, your computer must be equipped with the following dependencies.
0 commit comments