From edf966b4a0369781e1f11da586ece88ed0bf38ba Mon Sep 17 00:00:00 2001 From: Jonas Gollenz Date: Wed, 30 Mar 2022 08:02:36 +0200 Subject: [PATCH] Mention `pylsp` command in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb31bf98..16948e56 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The base language server requires [Jedi](https://github.com/davidhalter/jedi) to ``` pip install python-lsp-server ``` +This will expose the command `pylsp` on your PATH. Confirm that installation succeeded by running `pylsp --help`. If the respective dependencies are found, the following optional providers will be enabled: - [Rope](https://github.com/python-rope/rope) for Completions and renaming