doc/tutorials/advanced/part01_create-cube.rst
changeset 12402 e4da2575ac37
parent 12394 e847b5d1ffff
child 12403 d901fc62eb01
equal deleted inserted replaced
12401:66d98cfdd914 12402:e4da2575ac37
    10 
    10 
    11 Fisrt I need a python virtual environment with cubicweb::
    11 Fisrt I need a python virtual environment with cubicweb::
    12 
    12 
    13   virtualenv python-2.7.5_cubicweb
    13   virtualenv python-2.7.5_cubicweb
    14   . /python-2.7.5_cubicweb/bin/activate
    14   . /python-2.7.5_cubicweb/bin/activate
    15   pip install cubicweb
    15   pip install cubicweb[etwist]
    16 
    16 
    17 
    17 
    18 Step 2: creating a new cube for my web site
    18 Step 2: creating a new cube for my web site
    19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    20 
    20