# HG changeset patch # User Elodie Thieblin # Date 1584521885 -3600 # Node ID 7a76f1fcc4a3425298d95fb54fb84e680e7edec7 # Parent 341de318d6de84ee008a2509aca447b37e86ceac [doc] Add command pip install of new cube diff -r 341de318d6de -r 7a76f1fcc4a3 doc/tutorials/base/customizing-the-application.rst --- 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`.