cubicweb/__main__.py
author Elodie Thieblin <ethieblin@logilab.fr>
Wed, 18 Mar 2020 09:22:45 +0100
changeset 12921 1adf23942954
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Add requirement for gettext and graphviz When running the tutorial from scratch, I had errors because these two packages were not installed.

from cubicweb.cwctl import run

run()