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:
parent
16ce767d09
commit
69296a21cb
@ -14,7 +14,12 @@ Or, alternatively:
|
|||||||
python -m senpy
|
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.
|
For more options, see the `--help` page.
|
||||||
|
|
||||||
Alternatively, you can use the modules included in senpy to build your own application.
|
Alternatively, you can use the modules included in senpy to build your own application.
|
||||||
|
Loading…
Reference in New Issue
Block a user