1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00

Update usage.rst

This commit is contained in:
NachoCP 2016-03-16 17:47:18 +01:00
parent 16ce767d09
commit 69296a21cb

View File

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