doc/tutorials/advanced/part01_create-cube.rst
changeset 12530 9d88e1177c35
parent 12403 d901fc62eb01
child 12533 3657b5d82590
equal deleted inserted replaced
12529:7276f1c89ddd 12530:9d88e1177c35
    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[etwist]
    15   pip install cubicweb[pyramid]
    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