mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-24 09:50:29 +00:00
Eliminate reference to requirements-dev.txt
This commit is contained in:
parent
ae2006ccf1
commit
4bdc32aaad
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue