mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-15 04:42:30 +00:00
21 lines
411 B
ReStructuredText
21 lines
411 B
ReStructuredText
|
Usage
|
||
|
-----
|
||
|
|
||
|
The easiest and recommended way is to just use the command-line tool to load your plugins and launch the server.
|
||
|
|
||
|
.. code:: bash
|
||
|
|
||
|
senpy
|
||
|
|
||
|
Or, alternatively:
|
||
|
|
||
|
.. code:: bash
|
||
|
|
||
|
python -m senpy
|
||
|
|
||
|
|
||
|
This will create a server with any modules found in the current path.
|
||
|
For more options, see the `--help` page.
|
||
|
|
||
|
Alternatively, you can use the modules included in senpy to build your own application.
|