diff -r 38004d09d178 -r 3657b5d82590 doc/tutorials/advanced/part01_create-cube.rst --- a/doc/tutorials/advanced/part01_create-cube.rst Wed Mar 27 15:43:53 2019 +0100 +++ b/doc/tutorials/advanced/part01_create-cube.rst Wed Mar 27 15:51:50 2019 +0100 @@ -10,8 +10,8 @@ Fisrt I need a python virtual environment with cubicweb:: - virtualenv python-2.7.5_cubicweb - . /python-2.7.5_cubicweb/bin/activate + python3 -m venv venv + . venv/bin/activate pip install cubicweb[pyramid]