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

Added new launch option to the README

This commit is contained in:
J. Fernando Sánchez 2015-10-08 18:40:17 +02:00
parent a1ffe04a30
commit 8fa372de15

View File

@ -43,17 +43,23 @@ Using
You can use the modules included in senpy to build your own application. You can use the modules included in senpy to build your own application.
However, the easiest and recommended way is to just use the command-line tool to load your plugins and launch the server. However, 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 .. code:: bash
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.
For more options, see the `--help` page. For more options, see the `--help` page.
TO-DO TO-DO
----- -----
* Installation instructions
* Improve documentation and generate it with Sphinx * Improve documentation and generate it with Sphinx
* ReadTheDocs * ReadTheDocs
* Improve README * Improve README