Add submodule update to contributing (#9578)

This commit is contained in:
Aki Nitta 2021-09-18 01:11:18 +09:00 committed by GitHub
parent 10d8031139
commit 8b9d977a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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