doc/tutorials/base/blog-in-five-minutes.rst
changeset 12922 3d3e34813d25
parent 12921 1adf23942954
equal deleted inserted replaced
12921:1adf23942954 12922:3d3e34813d25
    21 
    21 
    22 You can also install those packages using pip in a virtualenv::
    22 You can also install those packages using pip in a virtualenv::
    23 
    23 
    24    virtualenv venv
    24    virtualenv venv
    25    source venv/bin/activate
    25    source venv/bin/activate
    26    pip install cubicweb[pyramid] cubicweb-dev cubicweb-blog
    26    pip install cubicweb[pyramid] cubicweb-blog
    27 
    27 
    28 Then create and initialize your instance::
    28 Then create and initialize your instance::
    29 
    29 
    30     cubicweb-ctl create blog myblog
    30     cubicweb-ctl create blog myblog
    31 
    31