Quote square brackets in shell commands.

This ensures compatibility with zsh.

Fix #2316.
This commit is contained in:
Aymeric Augustin
2019-12-27 08:50:25 +01:00
parent 8c67b529f6
commit 3233b58ad4
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ To generate the documentation, you first have to build it. Several packages are
you can install them with the following command, at the root of the code repository:
```bash
pip install -e .[docs]
pip install -e ".[docs]"
```
## Packages installed