doc/tutorials/base/blog-in-five-minutes.rst
changeset 12921 1adf23942954
parent 12658 fdd7165fe1f3
child 12922 3d3e34813d25
equal deleted inserted replaced
12918:d6e2112c69f5 12921:1adf23942954
     7 
     7 
     8 For Debian or Ubuntu users, first install the following packages
     8 For Debian or Ubuntu users, first install the following packages
     9 (:ref:`DebianInstallation`)::
     9 (:ref:`DebianInstallation`)::
    10 
    10 
    11     python3-cubicweb, cubicweb-ctl, cubicweb-blog
    11     python3-cubicweb, cubicweb-ctl, cubicweb-blog
       
    12 
       
    13 .. Note::
       
    14 
       
    15     You may also require extra Debian packages such as::
       
    16 
       
    17         gettext, graphviz
    12 
    18 
    13 Windows or Mac OS X users must install |cubicweb| from source (see
    19 Windows or Mac OS X users must install |cubicweb| from source (see
    14 :ref:`SourceInstallation` and :ref:`WindowsInstallation`).
    20 :ref:`SourceInstallation` and :ref:`WindowsInstallation`).
    15 
    21 
    16 You can also install those packages using pip in a virtualenv::
    22 You can also install those packages using pip in a virtualenv::