Add submodule update to contributing (#9578)
This commit is contained in:
parent
10d8031139
commit
8b9d977a08
|
@ -168,6 +168,7 @@ formatting errors. In certain cases, a missing blank line or a wrong indent can
|
|||
Run these commands
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
pip install -r requirements/docs.txt
|
||||
cd docs
|
||||
make html
|
||||
|
|
Loading…
Reference in New Issue