From 3d6d0f87114d6ed093d4cd07a9337cd95283c2dc Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 20 Aug 2014 14:48:53 +0200 Subject: [PATCH] Add local_run in documentatin for developpers --- docs/source/guides/setup.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/guides/setup.rst b/docs/source/guides/setup.rst index e056aee9..26853133 100644 --- a/docs/source/guides/setup.rst +++ b/docs/source/guides/setup.rst @@ -37,6 +37,19 @@ Then, run this command:: $ weboob-config update +Run Weboob without installation +------------------------------ + +This does not actually install anything, but lets you run Weboob from the source code, +while also using the modules from that source:: + + $ ./tools/local_run.sh APPLICATION COMMANDS + +For example, instead of running `videoob -b youtube search plop`, you would run:: + + $ ./tools/local_run.sh videoob -b youtube search plop + + Conclusion ----------