From dadef2a017c96d04552da8908a23680cfd029b1c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 7 Mar 2016 18:31:29 +0000 Subject: [PATCH] Recommend the -U switch when running pip install -e . This more reliably ensures that the user has up-to-date dependencies (e.g. without it, a beta version of a package like Willow or modelcluster won't get installed if the user has a stable version already installed) --- docs/contributing/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/developing.rst b/docs/contributing/developing.rst index c86cc97964..8e23a5f9ce 100644 --- a/docs/contributing/developing.rst +++ b/docs/contributing/developing.rst @@ -26,7 +26,7 @@ With your preferred virtualenv activated, install the Wagtail package in develop .. code-block:: sh - pip install -e .[testing,docs] + pip install -e .[testing,docs] -U Install the tool chain for building static assets: