Eliminate reference to requirements-dev.txt

pull/2167/merge
Matt Westcott 2016-02-05 15:48:01 +00:00
rodzic ae2006ccf1
commit 4bdc32aaad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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