Make installing deps more stable

The old syntax works with bash, but not with zsh. The new syntax works with both.
This commit is contained in:
Patrick Gerken 2017-03-17 16:35:47 +01:00 committed by Matt Westcott
parent 285d9f0b43
commit 50a16c37db
2 changed files with 2 additions and 1 deletions

View file

@ -221,6 +221,7 @@ Contributors
* Tom Hendrikx
* Ralph Jacobs
* Wietze Helmantel
* Patrick Gerken
Translators
===========

View file

@ -31,7 +31,7 @@ With your preferred virtualenv activated, install the Wagtail package in develop
.. code-block:: console
$ pip install -e .[testing,docs] -U
$ pip install -e '.[testing,docs]' -U
Install Node through nvm (optional):