[Doc]: fix typo in installation command (#433)

This commit is contained in:
Zaida Zhou 2022-08-16 15:42:27 +08:00 committed by GitHub
parent 381aa429df
commit f5cb45dc33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
2. Install the building dependencies of documentation
```bash
pip install requirements/docs.txt
pip install -r requirements/docs.txt
```
3. Change directory to `docs/en` or `docs/zh_cn`