doc/tutorials/advanced/part01_create-cube.rst
branch3.26
changeset 12467 7b887f7d711f
parent 12459 dc793c6ebc48
child 12403 d901fc62eb01
equal deleted inserted replaced
12466:68b0f200af8a 12467:7b887f7d711f
    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