# HG changeset patch # User Elodie Thieblin # Date 1584519765 -3600 # Node ID 1adf239429540cdbcb7d227754f2532113429f82 # Parent d6e2112c69f5afaa0a83658e72099c0457f2df01 [doc] Add requirement for gettext and graphviz When running the tutorial from scratch, I had errors because these two packages were not installed. diff -r d6e2112c69f5 -r 1adf23942954 doc/book/admin/setup.rst --- a/doc/book/admin/setup.rst Tue Mar 17 13:36:27 2020 +0100 +++ b/doc/book/admin/setup.rst Wed Mar 18 09:22:45 2020 +0100 @@ -91,6 +91,12 @@ * `python3-cubicweb-postgresql-support` contains the necessary dependencies for using :ref:`cubicweb with postgresql datatabase ` +.. note:: + + You may also require extra Debian packages such as:: + + gettext, graphviz + .. _`list of sources`: http://wiki.debian.org/SourcesList .. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/ diff -r d6e2112c69f5 -r 1adf23942954 doc/tutorials/base/blog-in-five-minutes.rst --- a/doc/tutorials/base/blog-in-five-minutes.rst Tue Mar 17 13:36:27 2020 +0100 +++ b/doc/tutorials/base/blog-in-five-minutes.rst Wed Mar 18 09:22:45 2020 +0100 @@ -10,6 +10,12 @@ python3-cubicweb, cubicweb-ctl, cubicweb-blog +.. Note:: + + You may also require extra Debian packages such as:: + + gettext, graphviz + Windows or Mac OS X users must install |cubicweb| from source (see :ref:`SourceInstallation` and :ref:`WindowsInstallation`).