From 4bdc32aaaddc8f16da4f8d27c02fcb6cdcb962e2 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 5 Feb 2016 15:48:01 +0000 Subject: [PATCH] Eliminate reference to requirements-dev.txt --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e023ff5c3f..25608228bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ These are Sphinx docs, automatically built at http://docs.wagtail.io when the master branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory): - pip install -r requirements-dev.txt + pip install -e .[testing,docs] To build the documentation for browsing, from this directory run: