From 69296a21cb249a1cd6cdb40194d62209c1b63460 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Wed, 16 Mar 2016 17:47:18 +0100 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 072cbf1..8f91d42 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -14,7 +14,12 @@ Or, alternatively: python -m senpy -This will create a server with any modules found in the current path. +This will create a server with any modules found in the current path. In case you want to load modules that are in a different folders under the same path, use the option `-f .`. + +.. code:: bash + + python -m senpy -f . + For more options, see the `--help` page. Alternatively, you can use the modules included in senpy to build your own application.