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