From ac99b24b3b6c3719e5282762556d45f532176691 Mon Sep 17 00:00:00 2001 From: George Bekh-Ivanov Date: Sat, 6 Oct 2018 21:57:29 +0300 Subject: [PATCH] Clarify how to start the server --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b7ff0174..06f432e6 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ Symbols: ``pip install python-language-server`` +You can then start the server with this command: + +``python -m pyls`` + If the respective dependencies are found, the following optional providers will be enabled: * Rope_ for Completions and renaming