# HG changeset patch # User Laurent Peuch # Date 1550772524 -3600 # Node ID 7b887f7d711f09aa3923cba6d793e6f26f704636 # Parent 68b0f200af8acaeb5483ef40b447d28c33b7c94a [doc] correct pip command to have needed dependancies to use the start command I know we want to remove this command but in the meantime having this documentation working seems like something good. diff -r 68b0f200af8a -r 7b887f7d711f doc/tutorials/advanced/part01_create-cube.rst --- a/doc/tutorials/advanced/part01_create-cube.rst Thu Feb 21 18:57:24 2019 +0100 +++ b/doc/tutorials/advanced/part01_create-cube.rst Thu Feb 21 19:08:44 2019 +0100 @@ -12,7 +12,7 @@ virtualenv python-2.7.5_cubicweb . /python-2.7.5_cubicweb/bin/activate - pip install cubicweb + pip install cubicweb[etwist] Step 2: creating a new cube for my web site