From 41d0cfe8e76ed2dbde81ff9e6d53d45e053486e5 Mon Sep 17 00:00:00 2001
From: Flavio Tarsetti <flavio.tarsetti@idiap.ch>
Date: Fri, 14 Sep 2018 17:13:13 +0200
Subject: [PATCH] [doc] added note for development buildout

---
 doc/install.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/install.rst b/doc/install.rst
index fe2e2246..4d37d572 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -108,6 +108,11 @@ Installation Steps
    $ conda activate beatedit
    $ buildout
 
+#. Note for development mode: Add the line ``dependent-scripts = true`` then use the ``buildout`` command to ensure to generate all the executables in the ``bin/``
+   folder even ``beat`` for ``beat.editor``: ::
+
+   $ buildout
+
 #. In ``bin/`` you should several new executables for the project. The Python setup part is done.
 
 #. Go into the root folder for the Javascript and install the dependencies via NPM: ::
-- 
GitLab