From 50a16c37db6cfc52e99f61c4f2e922d876e2d087 Mon Sep 17 00:00:00 2001 From: Patrick Gerken Date: Fri, 17 Mar 2017 16:35:47 +0100 Subject: [PATCH] Make installing deps more stable The old syntax works with bash, but not with zsh. The new syntax works with both. --- CONTRIBUTORS.rst | 1 + docs/contributing/developing.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7b48787fa3..b3807a5ed4 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -221,6 +221,7 @@ Contributors * Tom Hendrikx * Ralph Jacobs * Wietze Helmantel +* Patrick Gerken Translators =========== diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index a45e8f2777..2554cf7866 100644 --- a/docs/contributing/developing.rst +++ b/docs/contributing/developing.rst @@ -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):