Skip to content

Commit

Permalink
zsh doesnt like unquoted globbing
Browse files Browse the repository at this point in the history
Fails with: zsh: no matches found: .[dev]
  • Loading branch information
wleese authored and dwang159 committed Jan 25, 2018
1 parent 22cf342 commit 4455c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Development setup

```bash
python setup.py develop
pip install -e .[dev]
pip install -e '.[dev]'
```

Setup mysql schema:
Expand Down

0 comments on commit 4455c84

Please sign in to comment.