diff --git a/docs/README.md b/docs/README.md index abcec636429..001191d07a1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,8 +16,8 @@ limitations under the License. # Generating the documentation -To generate the documentation, you first have to build it. Several packages are necessary to build the doc, -you can install them with the following command, at the root of the code repository: +Several packages are necessary to build the documentation locally. +You can install them with the following command at the root of the code repository: ```bash pip install -e ".[docs]"