From 8fa372de15c765a4e2850356c37b2ebd41999d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 8 Oct 2015 18:40:17 +0200 Subject: [PATCH] Added new launch option to the README --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5eab897..6a05fb9 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,14 @@ However, the easiest and recommended way is to just use the command-line tool to .. code:: bash - python -m senpy + 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. @@ -53,7 +60,6 @@ For more options, see the `--help` page. TO-DO ----- -* Installation instructions * Improve documentation and generate it with Sphinx * ReadTheDocs * Improve README