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

@@ -121,7 +121,7 @@ Follow these steps to start contributing:
4. Set up a development environment by running the following command in a virtual environment:
```bash
$ pip install -e .[dev]
$ pip install -e ".[dev]"
```
(If transformers was already installed in the virtual environment, remove