Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
pip install
command for contributors on zsh
On `zsh` (a popular shell, and the default for macOS), install fails: $ pip install -U -e .[validation] zsh: no matches found: .[validation] Quote the arguments so that `bash` or `zsh` will succeed.
- Loading branch information