Skip to content

Commit 0dd6029

Browse files
authored
Add missing step in doc (#22)
1 parent 0466f56 commit 0dd6029

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/FAQ.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ you can also disable the plugins via environment variables `SW_AGENT_DISABLE_PLU
1414

1515
#### Q: How to build from sources?
1616

17-
#### A: If you want to build the SkyWalking Python Agent from sources, for some reasons, for example, you want to try the latest features
18-
that're not released yet, please clone the source codes and `make install` it:
17+
#### A: If you want to build the SkyWalking Python Agent from source codes, for some reasons, for example, you want to try the latest features that're not released yet, please clone the source codes from GitHub and `make install` it:
1918

2019
```shell
2120
git clone https://github.com/apache/skywalking-python
2221
cd skywalking-python
22+
git submodule update --init
2323
make install
2424
```
25+
26+
**NOTE** that because we use Git submodule, the aforementioned commands don't apply if you download the source codes (`.tgz`) from our official website.

0 commit comments

Comments
 (0)