--- 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`.