Separate dependencies in two subsections

pull/1019/head
Dan Braghis 2015-02-23 11:13:37 +00:00
rodzic 423dcb28b0
commit 352281a1e0
1 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -16,10 +16,16 @@ Whether you just want to try out the demo site, or you're ready to dive in and c
Dependencies
============
Barebones
---------
The basic Wagtail installation is pure Python. No build tools are required on the host machine.
For the full list of absolutely required libraries, see `setup.py <https://github.com/torchbox/wagtail/blob/master/setup.py>`__.
If you are installing Wagtail differently (e.g. from the Git repository), you must run ``python setup.py install`` from the repository root. The above command will install all Wagtail dependencies.
For the full list of absolutely required libraries, see `setup.py <https://github.com/torchbox/wagtail/blob/master/setup.py>`__.
Administration UI
-----------------
.. warning::