doc/tutorials/base/customizing-the-application.rst
changeset 12924 7a76f1fcc4a3
parent 12923 341de318d6de
child 12925 eb26c593c6f6
--- a/doc/tutorials/base/customizing-the-application.rst	Wed Mar 18 09:57:48 2020 +0100
+++ b/doc/tutorials/base/customizing-the-application.rst	Wed Mar 18 09:58:05 2020 +0100
@@ -24,6 +24,11 @@
 This will create a a directory named :file:`cubicweb-myblog` reflecting the
 structure described in :ref:`cubelayout`.
 
+To install your new cube on the virtual environment, run in
+the :file:`cubicweb-myblog` directory::
+
+  pip install -e .
+
 All `cubicweb-ctl` commands are described in details in
 :ref:`cubicweb-ctl`.