Make installing deps more stable

The old syntax works with bash, but not with zsh. The new syntax works with both.
pull/3496/head
Patrick Gerken 2017-03-17 16:35:47 +01:00 zatwierdzone przez Matt Westcott
rodzic 285d9f0b43
commit 50a16c37db
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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):